Lines Matching refs:getid3_lib

58 …$this->error('Expecting "MP+" or "MPCK" at offset '.$info['avdataoffset'].', found "'.getid3_lib::…
110 …$thisPacket['crc'] = getid3_lib::BigEndian2Int(substr($MPCheaderData, $packet_…
112 …$thisPacket['stream_version'] = getid3_lib::BigEndian2Int(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)…
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…
319 …$info['replay_gain']['track']['peak'] = getid3_lib::CastAsInt(round($thisfile_mpc_header['max_leve…
351 $HeaderDWORD[0] = getid3_lib::LittleEndian2Int(substr($MPCheaderData, 0, 4));
352 $HeaderDWORD[1] = getid3_lib::LittleEndian2Int(substr($MPCheaderData, 4, 4));