Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php74 $thisfile_riff['header_size'] = $this->EitherEndian2Int($RIFFsize);
83 $thisfile_riff['header_size'] = $this->EitherEndian2Int($RIFFsize);
122 $nextRIFFsize = $this->EitherEndian2Int(substr($nextRIFFheader, 4, 4));
253 …$thisfile_riff_raw_rgad['nRadioRgAdjust'] = $this->EitherEndian2Int(substr($rgadData, …
254 …$thisfile_riff_raw_rgad['nAudiophileRgAdjust'] = $this->EitherEndian2Int(substr($rgadData, …
654 …$thisfile_riff_raw['indx'][$streamnumber]['wLongsPerEntry'] = $this->EitherEndian2Int(substr($ahsi…
655 …$thisfile_riff_raw['indx'][$streamnumber]['bIndexSubType'] = $this->EitherEndian2Int(substr($ahsi…
656 …$thisfile_riff_raw['indx'][$streamnumber]['bIndexType'] = $this->EitherEndian2Int(substr($ahsi…
697 $thisfile_riff_raw_avih[$flag] = $this->EitherEndian2Int(substr($avihData, $avih_offset, 4));
1525 $chunksize = $this->EitherEndian2Int(substr($chunknamesize, 4, 4));
[all …]