Home
last modified time | relevance | path

Searched refs:getid3_lib (Results 26 – 50 of 81) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.bonk.php36 if (!getid3_lib::intValueSupported($thisfile_bonk['dataend'])) {
46 $BonkTagSize = getid3_lib::LittleEndian2Int(substr($PossibleBonkTag, 0, 4));
51 …xpecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4, 4))).'" at off…
134 …$thisfile_bonk_BONK['version'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
135 …$thisfile_bonk_BONK['number_samples'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
136 …$thisfile_bonk_BONK['sample_rate'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
138 …$thisfile_bonk_BONK['channels'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
139 …$thisfile_bonk_BONK['lossless'] = (bool) getid3_lib::LittleEndian2Int(substr($BonkData, …
167 $thisfile_bonk_INFO['version'] = getid3_lib::LittleEndian2Int($this->fread(1));
188 $info['bonk']['META']['version'] = getid3_lib::LittleEndian2Int(substr($BonkData, 5, 1));
[all …]
H A Dmodule.audio.mpc.php110 …$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_…
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,…
351 $HeaderDWORD[0] = getid3_lib::LittleEndian2Int(substr($MPCheaderData, 0, 4));
[all …]
H A Dmodule.archive.szip.php32 …$this->error('Expecting "53 5A 0A 04" at offset '.$info['avdataoffset'].', found "'.getid3_lib::Pr…
36 $info['szip']['major_version'] = getid3_lib::BigEndian2Int(substr($SZIPHeader, 4, 1));
37 $info['szip']['minor_version'] = getid3_lib::BigEndian2Int(substr($SZIPHeader, 5, 1));
52 $BHheaderbytes = getid3_lib::BigEndian2Int($this->fread(3));
74 … $BHdataArray['filelength'] = getid3_lib::BigEndian2Int(substr($BHheaderdata, $BHheaderoffset, 3));
77 …$BHdataArray['access_flags'] = getid3_lib::BigEndian2Int(substr($BHheaderdata, $BHheaderoffset, 2)…
80 …$BHdataArray['creation_time'] = getid3_lib::BigEndian2Int(substr($BHheaderdata, $BHheaderoffset, 4…
83 …$BHdataArray['modification_time'] = getid3_lib::BigEndian2Int(substr($BHheaderdata, $BHheaderoffse…
86 …$BHdataArray['access_time'] = getid3_lib::BigEndian2Int(substr($BHheaderdata, $BHheaderoffset, 4));
H A Dmodule.tag.id3v2.php20 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v1.php', __FILE__, true);
287 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 3, 3), 0);
301 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 4, 4), 0); // 32-bit integer
315 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 4, 4), 0); // 32-bit integer
320 $frame_flags = getid3_lib::BigEndian2Int(substr($frame_header, 8, 2));
352 $parsedFrame['datalength'] = getid3_lib::CastAsInt($frame_size);
450 $thisfile_id3v2['footerlength'] = getid3_lib::BigEndian2Int(substr($footer, 6, 4), 1);
1282 $frame_frequency = getid3_lib::BigEndian2Int(substr($frame_remainingdata, 0, 2)) / 2;
1308 $frame_frequencystr = getid3_lib::BigEndian2Bin(substr($frame_remainingdata, 0, 2));
1427 if ($imagechunkcheck = getid3_lib::GetDataImageSize($parsedFrame['data'], $imageinfo)) {
[all …]
H A Dwrite.real.php181 $RMFchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['.RMF']]['file_version'], 4);
182 $RMFchunk .= getid3_lib::BigEndian2String($newHeadersCount, 4);
216 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['max_bit_rate'], 4);
217 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['avg_bit_rate'], 4);
218 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['max_packet_size'], 4);
219 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['avg_packet_size'], 4);
220 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['num_packets'], 4);
221 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['duration'], 4);
222 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['preroll'], 4);
223 $PROPchunk .= getid3_lib::BigEndian2String(max(0, $old_INDX_offset + $CONTdelta), 4);
[all …]
H A Dmodule.audio-video.swf.php51 …$this->error('Expecting "FWS" or "CWS" at offset '.$info['avdataoffset'].', found "'.getid3_lib::P…
56 $info['swf']['header']['version'] = getid3_lib::LittleEndian2Int(substr($SWFfileData, 3, 1));
57 $info['swf']['header']['length'] = getid3_lib::LittleEndian2Int(substr($SWFfileData, 4, 4));
77 $info['swf']['header']['frame_width'] = getid3_lib::Bin2Dec($X2);
78 $info['swf']['header']['frame_height'] = getid3_lib::Bin2Dec($Y2);
87 …$info['swf']['header']['frame_rate'] = getid3_lib::LittleEndian2Int(substr($SWFfileData, 9 + $Fr…
88 …$info['swf']['header']['frame_count'] = getid3_lib::LittleEndian2Int(substr($SWFfileData, 10 + $Fr…
109 $TagIDTagLength = getid3_lib::LittleEndian2Int(substr($SWFfileData, $CurrentOffset, 2));
114 $TagLength = getid3_lib::LittleEndian2Int(substr($SWFfileData, $CurrentOffset, 4));
129 …$info['swf']['bgcolor'] = strtoupper(str_pad(dechex(getid3_lib::BigEndian2Int($TagData['data'])), …
H A Dmodule.audio.optimfrog.php20 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
63 $OptimFROGencoderVersion_raw = getid3_lib::LittleEndian2Int(substr($OptimFROGheaderData, 0, 1));
67 $OrignalRIFFheaderSize = getid3_lib::LittleEndian2Int(substr($RIFFdata, 4, 4)) + 8;
68 $OrignalRIFFdataSize = getid3_lib::LittleEndian2Int(substr($RIFFdata, 40, 4)) + 44;
115 $BlockSize = getid3_lib::LittleEndian2Int(substr($BlockData, 4, 4));
172 if (strtolower(getid3_lib::fileextension($info['filename'])) == 'ofs') {
202 …$COMPdata['crc_32'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
204 …$COMPdata['sample_count'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
206 …$COMPdata['raw']['sample_type'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
209 …$COMPdata['raw']['channel_configuration'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
[all …]
H A Dmodule.audio-video.ts.php33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at '.$info['avdataoffset'].', foun…
41 …$info['ts']['packet']['sync'] = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 1)); $offset …
42 …$pid_flags_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 2)); $offset …
43 …$SAC_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 1)); $offset …
56 …$AdaptionField_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 2)); $offset += 2;
67 …$info['ts']['packet']['adaption']['raw']['pcr'] = getid3_lib::BigEndian2Int(substr($TSheader, $off…
70 …$info['ts']['packet']['adaption']['raw']['opcr'] = getid3_lib::BigEndian2Int(substr($TSheader, $of…
H A Dmodule.audio.shorten.php33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
41 $info['shn']['version'] = getid3_lib::LittleEndian2Int(substr($ShortenHeader, 4, 1));
47 …$info['shn']['seektable']['length'] = getid3_lib::LittleEndian2Int(substr($SeekTableSignatureTest,…
54 …s->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['shn']['seektable'][…
158 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
160 $fmt_size = getid3_lib::LittleEndian2Int(substr($output, 16, 4));
168 …$info['playtime_seconds'] = getid3_lib::LittleEndian2Int(substr($output, 20 + 4 + $fmt_size, 4)) /…
H A Dmodule.audio.midi.php50 …->error('Expecting "'.getid3_lib::PrintHexBytes(GETID3_MIDI_MAGIC_MTHD).'" at offset '.$info['avda…
55 $thisfile_midi_raw['headersize'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 4));
57 $thisfile_midi_raw['fileformat'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2));
59 $thisfile_midi_raw['tracks'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2));
61 $thisfile_midi_raw['ticksperqnote'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2));
77 $tracksize = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 4));
83 …$this->error('Expecting "'.getid3_lib::PrintHexBytes(GETID3_MIDI_MAGIC_MTRK).'" at '.($offset - 4)…
188 … $track_sequence_number = getid3_lib::BigEndian2Int(substr($METAeventData, 0, $METAeventLength));
250 $timesig_numerator = getid3_lib::BigEndian2Int($METAeventData[0]);
261 $keysig_sharpsflats = getid3_lib::BigEndian2Int($METAeventData[0]);
[all …]
H A Dmodule.audio-video.flv.php110 …$this->error('Expecting "'.getid3_lib::PrintHexBytes(self::magic).'" at offset '.$info['avdataoffs…
118 $FrameSizeDataLength = getid3_lib::BigEndian2Int($this->fread(4));
134 $PreviousTagLength = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 0, 4));
135 $TagType = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 4, 1));
136 $DataLength = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 5, 3));
137 $Timestamp = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 8, 3));
138 $LastHeaderByte = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 15, 1));
168 $AVCPacketType = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 0, 1));
181 $spsSize = getid3_lib::LittleEndian2Int(substr($FLVvideoHeader, 9, 2));
257 $PictureSizeEnc['x'] = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 6, 2));
[all …]
H A Dmodule.audio.vqf.php49 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
57 $thisfile_vqf_raw['size'] = getid3_lib::BigEndian2Int(substr($VQFheaderData, $offset, 4));
71 $ChunkSize = getid3_lib::BigEndian2Int(substr($ChunkData, $chunkoffset, 4));
87 …$thisfile_vqf_COMM['channel_mode'] = getid3_lib::BigEndian2Int(substr($ChunkData, $chunkoffset, …
89 …$thisfile_vqf_COMM['bitrate'] = getid3_lib::BigEndian2Int(substr($ChunkData, $chunkoffset, …
91 …$thisfile_vqf_COMM['sample_rate'] = getid3_lib::BigEndian2Int(substr($ChunkData, $chunkoffset, …
93 …$thisfile_vqf_COMM['security_level'] = getid3_lib::BigEndian2Int(substr($ChunkData, $chunkoffset, …
117 $thisfile_vqf['DSIZ'] = getid3_lib::BigEndian2Int(substr($ChunkData, 8, 4));
H A Dmodule.audio.au.php34 …his->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" (".snd") at offset '.$info['avdataof…
47 $thisfile_au['header_length'] = getid3_lib::BigEndian2Int(substr($AUheader, 4, 4));
51 $thisfile_au['data_size'] = getid3_lib::BigEndian2Int(substr($AUheader, 8, 4));
52 $thisfile_au['data_format_id'] = getid3_lib::BigEndian2Int(substr($AUheader, 12, 4));
53 $thisfile_au['sample_rate'] = getid3_lib::BigEndian2Int(substr($AUheader, 16, 4));
54 $thisfile_au['channels'] = getid3_lib::BigEndian2Int(substr($AUheader, 20, 4));
H A Dmodule.audio.wavpack.php50 $blockheader_size = getid3_lib::LittleEndian2Int(substr($wavpackheader, 4, 4));
54 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$blockheader_offset.',…
129 …$info['wavpack']['blockheader']['total_samples'] = getid3_lib::LittleEndian2Int(substr($wavpackhea…
130 …$info['wavpack']['blockheader']['block_index'] = getid3_lib::LittleEndian2Int(substr($wavpackhea…
131 …$info['wavpack']['blockheader']['block_samples'] = getid3_lib::LittleEndian2Int(substr($wavpackhea…
176 …$metablock['size'] = getid3_lib::LittleEndian2Int(substr($metablockheader, 1)) * 2; // size is sto…
223getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
224 $original_wav_filesize = getid3_lib::LittleEndian2Int(substr($metablock['data'], 4, 4));
245getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
274 $metablock['flags_raw'] = getid3_lib::LittleEndian2Int(substr($metablock['data'], 0, 3));
[all …]
H A Dmodule.audio-video.matroska.php431 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio.ogg.php', __FILE__, true);
565 $element_data['data'] = getid3_lib::BigEndian2Int($element_data['data']);
569 $element_data['data'] = getid3_lib::trimNullByte($element_data['data']);
841 $info_entry[$subelement['id_name']] = getid3_lib::BigEndian2Int($subelement['data']);
856 $info_entry[$subelement['id_name']] = getid3_lib::trimNullByte($subelement['data']);
869 $info_entry[$subelement['id_name']] = getid3_lib::trimNullByte($subelement['data']);
1197 $cluster_silent_tracks[] = getid3_lib::BigEndian2Int($sub_subelement['data']);
1458 $simpletag_entry[$element['id_name']] = (bool)getid3_lib::BigEndian2Int($element['data']);
1484 $block_data['flags_raw'] = getid3_lib::BigEndian2Int($this->readEBMLelementData(1));
1514 $size = getid3_lib::BigEndian2Int($this->readEBMLelementData(1));
[all …]
H A Dmodule.audio.mp3.php467 $head4_key = getid3_lib::PrintHexBytes($head4, true, false, false);
491 …$this->error('Invalid MPEG audio header ('.getid3_lib::PrintHexBytes($head4).') at offset '.$offse…
513 $thisfile_mpeg_audio['crc'] = getid3_lib::BigEndian2Int(substr($headerstring, 4, 2));
858 …$EncoderDelays = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0xB1, 3));
863 $MiscByte = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0xB4, 1));
1215 …'Cannot find next free-format synch pattern ('.getid3_lib::PrintHexBytes($SyncPattern1).' or '.get…
1396 $info['mpeg']['audio']['sample_rate'] = getid3_lib::array_max($Distribution['frequency'], true);
1401 $info['audio']['dataformat'] = 'mp'.getid3_lib::array_max($Distribution['layer'], true);
1589 getid3_lib::safe_inc($info['mpeg']['audio']['bitrate_distribution'][$thisframebitrate]);
1637 $info['mpeg']['audio']['frame_count'] = getid3_lib::CastAsInt($framecounter);
[all …]
H A Dmodule.graphic.efax.php34 …$this->error('Invalid eFax byte order identifier (expecting DC FE, found '.getid3_lib::PrintHexByt…
39 $info['efax']['header']['filesize'] = getid3_lib::LittleEndian2Int(substr($efaxheader, 2, 4));
47 $info['efax']['header']['pages'] = getid3_lib::LittleEndian2Int(substr($efaxheader, 198, 2));
48 $info['efax']['header']['data_bytes'] = getid3_lib::LittleEndian2Int(substr($efaxheader, 202, 4));
H A Dmodule.archive.gzip.php96 $thisInfo['filemtime'] = getid3_lib::LittleEndian2Int($attr['mtime']);
125 $xlen = getid3_lib::LittleEndian2Int($w_xlen);
142 $xsublen = getid3_lib::LittleEndian2Int($w_xsublen);
189 $thisInfo['crc16'] = getid3_lib::LittleEndian2Int($w_crc);
198 $thisInfo['crc32'] = getid3_lib::LittleEndian2Int(substr($buff, strlen($buff) - 8, 4));
199 $thisInfo['filesize'] = getid3_lib::LittleEndian2Int(substr($buff, strlen($buff) - 4));
201 …$info['gzip']['files'] = getid3_lib::array_merge_clobber($info['gzip']['files'], getid3_lib::Creat…
H A Dwrite.php260 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'write.apetag.php', __FILE__, true);
269 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'write.'.$tagformat.'.php', __FILE__, true);
277 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'write.id3v2.php', __FILE__, true);
529 … $ape_tag_data[$tag_key][$key] = getid3_lib::iconv_fallback($this->tag_encoding, 'UTF-8', $value);
692 …$tag_data_id3v2[$ID3v2_framename][$key]['data'] = getid3_lib::iconv_fallback($this->tag_enco…
726 …$tag_data_vorbiscomment[$tag_key][] = getid3_lib::iconv_fallback($this->tag_encoding, 'UTF-8', $ne…
730 …$tag_data_vorbiscomment[$tag_key][$key] = getid3_lib::iconv_fallback($this->tag_encoding, 'UTF-8',…
756 …$tag_data_real['title'] = getid3_lib::iconv_fallback($this->tag_encoding, 'ISO-8859-1', implod…
757 …$tag_data_real['artist'] = getid3_lib::iconv_fallback($this->tag_encoding, 'ISO-8859-1', implod…
758 …$tag_data_real['copyright'] = getid3_lib::iconv_fallback($this->tag_encoding, 'ISO-8859-1', implod…
[all …]
H A Dwrite.id3v2.php20 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v2.php', __FILE__, true);
112 if (!getid3_lib::intValueSupported($OldThisFileInfo['filesize'])) {
218 if (!getid3_lib::intValueSupported($OldThisFileInfo['filesize'])) {
253 if (!getid3_lib::intValueSupported($OldThisFileInfo['filesize'])) {
497 $framedata .= getid3_lib::BigEndian2String($val['timestamp'], 4, false);
585 $framedata .= getid3_lib::BigEndian2String($val['timestamp'], 4, false);
643 $framedata .= getid3_lib::BigEndian2String($val['timestamp'], 4, false);
762 $framedata .= getid3_lib::BigEndian2String(intval(round($key * 2)), 2, false);
790 $framedata .= getid3_lib::BigEndian2String($key, 2, false);
1681 $frame_length = getid3_lib::BigEndian2String(strlen($frame_data), 4, true);
[all …]
H A Dmodule.audio.lpac.php20 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
44 $info['lpac']['file_version'] = getid3_lib::BigEndian2Int(substr($LPACheader, 4, 1));
45 $flags['audio_type'] = getid3_lib::BigEndian2Int(substr($LPACheader, 5, 1));
46 $info['lpac']['total_samples']= getid3_lib::BigEndian2Int(substr($LPACheader, 6, 4));
47 $flags['parameters'] = getid3_lib::BigEndian2Int(substr($LPACheader, 10, 4));
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php16 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v1.php', __FILE__, true);
250 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 3, 3), 0);
264 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 4, 4), 0); // 32-bit integer
278 $frame_size = getid3_lib::BigEndian2Int(substr($frame_header, 4, 4), 0); // 32-bit integer
283 $frame_flags = getid3_lib::BigEndian2Int(substr($frame_header, 8, 2));
315 $parsedFrame['datalength'] = getid3_lib::CastAsInt($frame_size);
413 $thisfile_id3v2['footerlength'] = getid3_lib::BigEndian2Int(substr($footer, 6, 4), 1);
1122 $frame_frequency = getid3_lib::BigEndian2Int(substr($frame_remainingdata, 0, 2)) / 2;
1148 $frame_frequencystr = getid3_lib::BigEndian2Bin(substr($frame_remainingdata, 0, 2));
1262 $imagechunkcheck = getid3_lib::GetDataImageSize($parsedFrame['data']);
[all …]
H A Dgetid3.lib.php14 class getid3_lib class
65 if (getid3_lib::trunc($floatnum) == $floatnum) {
77 $numerator = getid3_lib::Bin2Dec($binarynumerator);
110 $intpart = getid3_lib::trunc($floatvalue);
116 $floatpart -= getid3_lib::trunc($floatpart);
145 …$normalizedbinary = getid3_lib::NormalizeBinaryPoint(getid3_lib::Float2BinaryDecimal($floatvalue)…
150 …return getid3_lib::BigEndian2String(getid3_lib::Bin2Dec($signbit.$exponentbitstring.$fractionbitst…
164 $bitword = getid3_lib::BigEndian2Bin($byteword);
202 $exponent = getid3_lib::Bin2Dec($exponentstring);
203 $fraction = getid3_lib::Bin2Dec($fractionstring);
[all …]
H A Dmodule.audio-video.flv.php62 $FrameSizeDataLength = getid3_lib::BigEndian2Int(fread($fd, 4));
78 $PreviousTagLength = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 0, 4));
79 $TagType = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 4, 1));
80 $DataLength = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 5, 3));
81 $Timestamp = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 8, 3));
82 $LastHeaderByte = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 15, 1));
108 $PictureSizeEnc = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 5, 2));
111 $PictureSizeEnc = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 6, 2));
117 $PictureSizeEnc = getid3_lib::BigEndian2Int(substr($FLVvideoHeader, 5, 4));
259 return getid3_lib::BigEndian2Int(substr($this->bytes, $this->pos++, 1));
[all …]
H A Dmodule.audio.mp3.php485 $thisfile_mpeg_audio['crc'] = getid3_lib::BigEndian2Int(substr($headerstring, 4, 2));
642 …$thisfile_mpeg_audio['VBR_frames'] = getid3_lib::BigEndian2Int(substr($headerstring, $VBRidOffset …
646 …$thisfile_mpeg_audio['VBR_bytes'] = getid3_lib::BigEndian2Int(substr($headerstring, $VBRidOffset …
793 …$EncodingFlagsATHtype = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0x…
811 …$EncoderDelays = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0xB1, 3));
816 $MiscByte = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0xB4, 1));
832 …$PresetSurroundBytes = getid3_lib::BigEndian2Int(substr($headerstring, $LAMEtagOffsetContant + 0xB…
1141 …'Cannot find next free-format synch pattern ('.getid3_lib::PrintHexBytes($SyncPattern1).' or '.get…
1307 …$ThisFileInfo['mpeg']['audio']['sample_rate'] = getid3_lib::array_max($Distribution['frequency'],…
1312 $ThisFileInfo['audio']['dataformat'] = 'mp'.getid3_lib::array_max($Distribution['layer'], true);
[all …]

1234