Lines Matching refs:substr

38 			$ChunkName  =                           substr($ChunkData, 0, 4);
39 $ChunkSize = getid3_lib::BigEndian2Int(substr($ChunkData, 4, 4));
43 if ($this->ParseOldRAheader(substr($ChunkData, 0, 128), $info['real']['old_ra_header'])) {
94 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($ChunkData…
99 …$thisfile_real_chunks_currentchunk['file_version'] = getid3_lib::BigEndian2Int(substr($ChunkData,…
101 …$thisfile_real_chunks_currentchunk['headers_count'] = getid3_lib::BigEndian2Int(substr($ChunkData,…
114 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($Chun…
117 …$thisfile_real_chunks_currentchunk['max_bit_rate'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
119 …$thisfile_real_chunks_currentchunk['avg_bit_rate'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
121 …$thisfile_real_chunks_currentchunk['max_packet_size'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
123 …$thisfile_real_chunks_currentchunk['avg_packet_size'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
125 …$thisfile_real_chunks_currentchunk['num_packets'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
127 …$thisfile_real_chunks_currentchunk['duration'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
129 …$thisfile_real_chunks_currentchunk['preroll'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
131 …$thisfile_real_chunks_currentchunk['index_offset'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
133 …$thisfile_real_chunks_currentchunk['data_offset'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
135 …$thisfile_real_chunks_currentchunk['num_streams'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
137 …$thisfile_real_chunks_currentchunk['flags_raw'] = getid3_lib::BigEndian2Int(substr($ChunkDat…
150 …hunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($ChunkData, $offse…
153 …$thisfile_real_chunks_currentchunk['stream_number'] = getid3_lib::BigEndian2Int(substr($Chunk…
155 …$thisfile_real_chunks_currentchunk['max_bit_rate'] = getid3_lib::BigEndian2Int(substr($Chunk…
157 …$thisfile_real_chunks_currentchunk['avg_bit_rate'] = getid3_lib::BigEndian2Int(substr($Chunk…
159 …$thisfile_real_chunks_currentchunk['max_packet_size'] = getid3_lib::BigEndian2Int(substr($Chunk…
161 …$thisfile_real_chunks_currentchunk['avg_packet_size'] = getid3_lib::BigEndian2Int(substr($Chunk…
163 …$thisfile_real_chunks_currentchunk['start_time'] = getid3_lib::BigEndian2Int(substr($Chunk…
165 …$thisfile_real_chunks_currentchunk['preroll'] = getid3_lib::BigEndian2Int(substr($Chunk…
167 …$thisfile_real_chunks_currentchunk['duration'] = getid3_lib::BigEndian2Int(substr($Chunk…
169 …$thisfile_real_chunks_currentchunk['stream_name_size'] = getid3_lib::BigEndian2Int(substr($Chunk…
171 …$thisfile_real_chunks_currentchunk['stream_name'] = substr($ChunkData, $offset, $thisfile_r…
173 …$thisfile_real_chunks_currentchunk['mime_type_size'] = getid3_lib::BigEndian2Int(substr($Chunk…
175 …$thisfile_real_chunks_currentchunk['mime_type'] = substr($ChunkData, $offset, $thisfile_r…
177 …$thisfile_real_chunks_currentchunk['type_specific_len'] = getid3_lib::BigEndian2Int(substr($Chunk…
179 …$thisfile_real_chunks_currentchunk['type_specific_data'] = substr($ChunkData, $offset, $thisfile_r…
194 …_currentchunk_videoinfo['dwSize'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
195 …_currentchunk_videoinfo['fourcc1'] = substr($thisfile_real_chu…
196 …_currentchunk_videoinfo['fourcc2'] = substr($thisfile_real_chu…
197 …_currentchunk_videoinfo['width'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
198 …_currentchunk_videoinfo['height'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
199 …_currentchunk_videoinfo['bits_per_sample'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
202 …_currentchunk_videoinfo['frames_per_second'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
242 …k_logicalfileinfo['logical_fileinfo_length'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
248 …k_logicalfileinfo['num_tags'] = getid3_lib::BigEndian2Int(substr($thisfile_real_chu…
301 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($ChunkData…
304 …$thisfile_real_chunks_currentchunk['title_len'] = getid3_lib::BigEndian2Int(substr($ChunkData, $of…
306 …$thisfile_real_chunks_currentchunk['title'] = (string) substr($ChunkData, $offset, $thisfile_real_…
309 …$thisfile_real_chunks_currentchunk['artist_len'] = getid3_lib::BigEndian2Int(substr($ChunkData, $o…
311 …$thisfile_real_chunks_currentchunk['artist'] = (string) substr($ChunkData, $offset, $thisfile_real…
314 …$thisfile_real_chunks_currentchunk['copyright_len'] = getid3_lib::BigEndian2Int(substr($ChunkData,…
316 …$thisfile_real_chunks_currentchunk['copyright'] = (string) substr($ChunkData, $offset, $thisfile_r…
319 …$thisfile_real_chunks_currentchunk['comment_len'] = getid3_lib::BigEndian2Int(substr($ChunkData, $…
321 …$thisfile_real_chunks_currentchunk['comment'] = (string) substr($ChunkData, $offset, $thisfile_rea…
341 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($Ch…
344 …$thisfile_real_chunks_currentchunk['num_indices'] = getid3_lib::BigEndian2Int(substr($ChunkD…
346 …$thisfile_real_chunks_currentchunk['stream_number'] = getid3_lib::BigEndian2Int(substr($ChunkD…
348 …$thisfile_real_chunks_currentchunk['next_index_header'] = getid3_lib::BigEndian2Int(substr($ChunkD…
388 $ParsedArray['magic'] = substr($OldRAheaderData, 0, 4);
392 $ParsedArray['version1'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 4, 2));
404 $ParsedArray['header_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 6, 2));
405 …$ParsedArray['channels'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 8, 2)); // …
409 $ParsedArray['bytes_per_minute'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 16, 2));
410 $ParsedArray['audio_bytes'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 18, 4));
411 …$ParsedArray['comments_raw'] = substr($OldRAheaderData, 22, $ParsedA…
414 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
415 …$ParsedArray['comments']['title'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
418 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
419 …$ParsedArray['comments']['artist'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
422 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
423 …$ParsedArray['comments']['copyright'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
428 …$ParsedArray['fourcc'] = substr($OldRAheaderData, 23 + $commen…
433 $ParsedArray['fourcc1'] = substr($OldRAheaderData, 8, 4);
434 $ParsedArray['file_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 12, 4));
435 $ParsedArray['version2'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 16, 2));
436 $ParsedArray['header_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 18, 4));
437 $ParsedArray['codec_flavor_id'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 22, 2));
438 $ParsedArray['coded_frame_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 24, 4));
439 $ParsedArray['audio_bytes'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 28, 4));
440 $ParsedArray['bytes_per_minute'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 32, 4));
442 $ParsedArray['sub_packet_h'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 40, 2));
443 $ParsedArray['frame_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 42, 2));
444 $ParsedArray['sub_packet_size'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 44, 2));
450 $ParsedArray['sample_rate'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 48, 2));
452 $ParsedArray['bits_per_sample'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 52, 2));
453 $ParsedArray['channels'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 54, 2));
454 $ParsedArray['length_fourcc2'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 56, 1));
455 $ParsedArray['fourcc2'] = substr($OldRAheaderData, 57, 4);
456 $ParsedArray['length_fourcc3'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 61, 1));
457 $ParsedArray['fourcc3'] = substr($OldRAheaderData, 62, 4);
460 …$ParsedArray['comments_raw'] = substr($OldRAheaderData, 69, $ParsedA…
463 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
464 …$ParsedArray['comments']['title'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
467 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
468 …$ParsedArray['comments']['artist'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
471 …$commentlength = getid3_lib::BigEndian2Int(substr($ParsedArray['comments_raw'], $commentoffset++, …
472 …$ParsedArray['comments']['copyright'][] = substr($ParsedArray['comments_raw'], $commentoffset, $co…
477 $ParsedArray['sample_rate'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 48, 4));
478 $ParsedArray['sample_rate2'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 52, 4));
479 $ParsedArray['bits_per_sample'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 56, 4));
480 $ParsedArray['channels'] = getid3_lib::BigEndian2Int(substr($OldRAheaderData, 60, 2));
481 $ParsedArray['genr'] = substr($OldRAheaderData, 62, 4);
482 $ParsedArray['fourcc3'] = substr($OldRAheaderData, 66, 4);