Home
last modified time | relevance | path

Searched refs:headerstring (Results 1 – 3 of 3) sorted by relevance

/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php426 $headerstring = fread($fd, 226); // LAME header at offset 36 + 190 bytes of Xing/LAME data
434 $head4 = substr($headerstring, 0, 4);
485 $thisfile_mpeg_audio['crc'] = getid3_lib::BigEndian2Int(substr($headerstring, 4, 2));
558 if (substr($headerstring, 4 + 32, 4) == 'VBRI') {
566 $SideInfoData = substr($headerstring, 4 + 2, 32);
598 $SideInfoData = substr($headerstring, 4 + 2, $VBRidOffset - 4);
600 …if ((substr($headerstring, $VBRidOffset, strlen('Xing')) == 'Xing') || (substr($headerstring, $VBR…
667 $LAMEtocData = substr($headerstring, $VBRidOffset + 16, 100);
678 if (substr($headerstring, $VBRidOffset + 120, 4) == 'LAME') {
685 $thisfile_mpeg_audio_lame['long_version'] = substr($headerstring, $VBRidOffset + 120, 20);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php458 $headerstring = $this->fread(226); // LAME header at offset 36 + 190 bytes of Xing/LAME data
466 $head4 = substr($headerstring, 0, 4);
513 $thisfile_mpeg_audio['crc'] = getid3_lib::BigEndian2Int(substr($headerstring, 4, 2));
585 if (substr($headerstring, 4 + 32, 4) == 'VBRI') {
593 $SideInfoData = substr($headerstring, 4 + 2, 32);
625 $SideInfoData = substr($headerstring, 4 + 2, $VBRidOffset - 4);
627 …if ((substr($headerstring, $VBRidOffset, strlen('Xing')) == 'Xing') || (substr($headerstring, $VBR…
705 $LAMEtocData = substr($headerstring, $VBRidOffset + 16, 100);
716 if (substr($headerstring, $VBRidOffset + 120, 4) == 'LAME') {
723 $thisfile_mpeg_audio_lame['long_version'] = substr($headerstring, $VBRidOffset + 120, 20);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1390 $headerstring = ''; variable
1392 $headerstring .= chr(hexdec($textbyte));
1691 $head4 = substr($headerstring, 0, 4);
1806 if (substr($headerstring, 4 + 32, 4) == 'VBRI') {
1814 $SideInfoData = substr($headerstring, 4 + 2, 32);
1848 $SideInfoData = substr($headerstring, 4 + 2, 17);
1852 $SideInfoData = substr($headerstring, 4 + 2, 32);
1858 $SideInfoData = substr($headerstring, 4 + 2, 9);
1862 $SideInfoData = substr($headerstring, 4 + 2, 17);
1866 …if ((substr($headerstring, $VBRidOffset, strlen('Xing')) == 'Xing') || (substr($headerstring, $VBR…
[all …]