Home
last modified time | relevance | path

Searched refs:syncword (Results 1 – 5 of 5) sorted by last modified time

/plugin/html5video2/script/
H A Dvideo.min.js23 …warn",message:"adts skiping bytes "+e+" to "+t+" in frame "+c+" outside syncword"})},this.push=fun…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php1578 } elseif (strpos($FirstFourBytes, getid3_ac3::syncword) === 0) {
1655 …= (substr($testData, 0, 2) == getid3_ac3::syncword)) || substr($testData, 8, 2) == strrev(getid3_a…
H A Dmodule.audio.flac.php27 const syncword = 'fLaC'; define in getid3_flac
37 if ($StreamMarker != self::syncword) {
38 …return $this->error('Expecting "'.getid3_lib::PrintHexBytes(self::syncword).'" at offset '.$info['…
H A Dmodule.audio.dts.php29 const syncword = "\x7F\xFE\x80\x01"; define in getid3_dts
H A Dmodule.audio.ac3.php33 const syncword = 0x0B77; define in getid3_ac3
77 if ($this->AC3header['syncinfo'] !== self::syncword) {
80 …return $this->error('Expecting "'.dechex(self::syncword).'" at offset '.$info['avdataoffset'].', f…