Lines Matching refs:substr

40 …$info['mpc']['header']['preamble'] = substr($MPCheaderData, 0, 4); // should be 'MPCK' (SV8) or 'M…
58 … at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes(substr($MPCheaderData, 0,…
89 $thisPacket['key'] = substr($MPCheaderData, 0, $keyNameSize);
96 …$thisPacket['packet_size'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $keyNameSize),…
110 …$thisPacket['crc'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_…
112 …$thisPacket['stream_version'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_…
116 …$thisPacket['sample_count'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $packet_…
120 …$thisPacket['beginning_silence'] = $this->SV8variableLengthInteger(substr($MPCheaderData, $packet_…
123 …$otherUsefulData = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_…
148 …$thisPacket['replaygain_version'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $pa…
150 …$thisPacket['replaygain_title_gain'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $pa…
152 …$thisPacket['replaygain_title_peak'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $pa…
154 …$thisPacket['replaygain_album_gain'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $pa…
156 …$thisPacket['replaygain_album_peak'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $pa…
170 …$profile_pns = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_offset, 1)…
176 …$thisPacket['version_major'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_offset, 1)…
178 …$thisPacket['version_minor'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_offset, 1)…
180 …$thisPacket['version_build'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_offset, 1)…
192 …table_offset'] = $thisPacket['offset'] + $this->SV8variableLengthInteger(substr($MPCheaderData, $p…
232 …$StreamVersionByte = getid3_lib::LittleEndian2Int(substr($MPCheaderData,…
236 …$thisfile_mpc_header['frame_count'] = getid3_lib::LittleEndian2Int(substr($MPCheaderData,…
244 …$FlagsDWORD1 = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
255 …$thisfile_mpc_header['raw']['title_peak'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
257 …$thisfile_mpc_header['raw']['title_gain'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
260 …$thisfile_mpc_header['raw']['album_peak'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
262 …$thisfile_mpc_header['raw']['album_gain'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
265 …$FlagsDWORD2 = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
271 …$thisfile_mpc_header['raw']['not_sure_what'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
273 …$thisfile_mpc_header['raw']['encoder_version'] = getid3_lib::LittleEndian2Int(substr($MPCheaderDat…
351 $HeaderDWORD[0] = getid3_lib::LittleEndian2Int(substr($MPCheaderData, 0, 4));
352 $HeaderDWORD[1] = getid3_lib::LittleEndian2Int(substr($MPCheaderData, 4, 4));
513 $thisbyte = ord(substr($data, ($packetLength - 1), 1));