Lines Matching refs:EitherEndian2Int

74 				$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, …
281 …$thisfile_riff_raw['fact']['NumberOfSamples'] = $this->EitherEndian2Int(substr($thisfile_riff_WAVE…
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…
657 …$thisfile_riff_raw['indx'][$streamnumber]['nEntriesInUse'] = $this->EitherEndian2Int(substr($ahsi…
659 …$thisfile_riff_raw['indx'][$streamnumber]['dwReserved'] = $this->EitherEndian2Int(substr($ahsi…
674 …$thisfile_riff_raw_avih['dwMicroSecPerFrame'] = $this->EitherEndian2Int(substr($avihData, 0, 4…
697 $thisfile_riff_raw_avih[$flag] = $this->EitherEndian2Int(substr($avihData, $avih_offset, 4));
825 …$thisfile_riff_raw_strh_current['dwFlags'] = $this->EitherEndian2Int(substr($strhDat…
826 …$thisfile_riff_raw_strh_current['wPriority'] = $this->EitherEndian2Int(substr($strhDat…
827 …$thisfile_riff_raw_strh_current['wLanguage'] = $this->EitherEndian2Int(substr($strhDat…
828 …$thisfile_riff_raw_strh_current['dwInitialFrames'] = $this->EitherEndian2Int(substr($strhDat…
829 …$thisfile_riff_raw_strh_current['dwScale'] = $this->EitherEndian2Int(substr($strhDat…
830 …$thisfile_riff_raw_strh_current['dwRate'] = $this->EitherEndian2Int(substr($strhDat…
831 …$thisfile_riff_raw_strh_current['dwStart'] = $this->EitherEndian2Int(substr($strhDat…
832 …$thisfile_riff_raw_strh_current['dwLength'] = $this->EitherEndian2Int(substr($strhDat…
833 …$thisfile_riff_raw_strh_current['dwSuggestedBufferSize'] = $this->EitherEndian2Int(substr($strhDat…
834 …$thisfile_riff_raw_strh_current['dwQuality'] = $this->EitherEndian2Int(substr($strhDat…
835 …$thisfile_riff_raw_strh_current['dwSampleSize'] = $this->EitherEndian2Int(substr($strhDat…
836 …$thisfile_riff_raw_strh_current['rcFrame'] = $this->EitherEndian2Int(substr($strhDat…
939 …$thisfile_riff_CDDA_fmt_0['unknown1'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
940 …$thisfile_riff_CDDA_fmt_0['track_num'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
941 …$thisfile_riff_CDDA_fmt_0['disc_id'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
942 …$thisfile_riff_CDDA_fmt_0['start_offset_frame'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
943 …$thisfile_riff_CDDA_fmt_0['playtime_frames'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
944 …$thisfile_riff_CDDA_fmt_0['unknown6'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
945 …$thisfile_riff_CDDA_fmt_0['unknown7'] = $this->EitherEndian2Int(substr($thisfile_riff_CD…
1525 $chunksize = $this->EitherEndian2Int(substr($chunknamesize, 4, 4));
2784 private function EitherEndian2Int($byteword, $signed=false) { function in getid3_riff