Home
last modified time | relevance | path

Searched refs:LittleEndian2Int (Results 26 – 37 of 37) sorted by relevance

12

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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));
H A Dmodule.audio.shorten.php41 $info['shn']['version'] = getid3_lib::LittleEndian2Int(substr($ShortenHeader, 4, 1));
47 …$info['shn']['seektable']['length'] = getid3_lib::LittleEndian2Int(substr($SeekTableSignatureTest,…
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.tag.apetag.php133 $value_size = getid3_lib::LittleEndian2Int(substr($APEtagData, $offset, 4));
135 $item_flags = getid3_lib::LittleEndian2Int(substr($APEtagData, $offset, 4));
370 …$headerfooterinfo_raw['version'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
371 …$headerfooterinfo_raw['tagsize'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
372 …$headerfooterinfo_raw['tag_items'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
373 …$headerfooterinfo_raw['global_flags'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
H A Dmodule.audio-video.bink.php55 $info['bink']['data_size'] = getid3_lib::LittleEndian2Int(substr($fileData, 4, 4));
56 $info['bink']['frame_count'] = getid3_lib::LittleEndian2Int(substr($fileData, 8, 2));
H A Dmodule.audio.dss.php48 …$info['dss']['unknown1'] = getid3_lib::LittleEndian2Int(substr($DSSheader, 28, 4));
54 …$info['dss']['playtime_ms'] = getid3_lib::LittleEndian2Int(substr($DSSheader, 512, 4))…
H A Dmodule.graphic.tiff.php223 return getid3_lib::LittleEndian2Int($bytestring);
H A Dgetid3.lib.php368 public static function LittleEndian2Int($byteword, $signed=false) { function in getid3_lib
1118 $charval = self::LittleEndian2Int(substr($string, $i, 2));
1158 $charval = self::LittleEndian2Int(substr($string, $i, 2));
1367 $charval = self::LittleEndian2Int(substr($string, $i, 2));
H A Dmodule.audio-video.flv.php181 $spsSize = getid3_lib::LittleEndian2Int(substr($FLVvideoHeader, 9, 2));
H A Dmodule.audio.ac3.php74 …$thisfile_ac3_raw_bsi['bsid'] = (getid3_lib::LittleEndian2Int(substr($tempAC3header, 5, 1)) & 0xF8…
H A Dmodule.audio-video.quicktime.php1450 $GOPRO_chunk_length = getid3_lib::LittleEndian2Int(substr($atom_data, $mdat_offset + 4, 4));
/plugin/jukebox/id3/
H A Dgetid3.lib.php269 function LittleEndian2Int($byteword, $signed=false) { function in getid3_lib
900 $charval = getid3_lib::LittleEndian2Int(substr($string, $i, 2));
928 $charval = getid3_lib::LittleEndian2Int(substr($string, $i, 2));
1070 $charval = getid3_lib::LittleEndian2Int(substr($string, $i, 2));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php428 function LittleEndian2Int($byteword, $signed=false) { function

12