Searched refs:read16read16 (Results 1 – 10 of 10) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
D | audiosampleentry.cpp | 46 if (!AtomUtils::read16read16(fp, _channelCount, _sampleSize)) in AudioSampleEntry() 48 if (!AtomUtils::read16read16(fp, _preDefined, _reserved)) in AudioSampleEntry() 51 …if (!AtomUtils::read16read16(fp, _timeScale, _sampleRateLo)) //_timeScale and _sampleRateHi are sa… in AudioSampleEntry()
|
D | amrsampleentry.cpp | 57 if (!AtomUtils::read16read16(fp, _reserved2, _reserved3)) in AMRSampleEntry() 62 if (!AtomUtils::read16read16(fp, _timeScale, _reserved5)) in AMRSampleEntry()
|
D | visualsampleentry.cpp | 74 if (!AtomUtils::read16read16(fp, _reserved8, _reserved9)) in VisualSampleEntry()
|
D | h263sampleentry.cpp | 89 if (!AtomUtils::read16read16(fp, _reserved8, _reserved9)) in H263SampleEntry()
|
D | oma2boxes.cpp | 264 if (!AtomUtils::read16read16(fp, _reserved2, _reserved3)) in EcnaBox() 272 if (!AtomUtils::read16read16(fp, _timeScale, _reserved5)) in EcnaBox() 611 if (!AtomUtils::read16read16(fp, _reserved8, _reserved9)) in EcnvBox()
|
D | itunesilstatom.cpp | 1146 if (!AtomUtils::read16read16(fp, _thisTrackNo, _totalTracks)) in ITunesTracktAtom() 1486 if (!AtomUtils::read16read16(fp, _thisDiskNo, _totalDisks)) in ITunesDiskDatatAtom()
|
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3fileio.h | 132 static bool read16read16(PVFile *fp, uint16 &data1, uint16 &data2);
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3fileio.cpp | 173 bool MP3FileIO::read16read16(PVFile *fp, uint16 &data1, uint16 &data2) in read16read16() function in MP3FileIO
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomutils.h | 148 OSCL_IMPORT_REF static bool read16read16(MP4_FF_FILE *fp, uint16 &data1, uint16 &data2);
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | atomutils.cpp | 162 AtomUtils::read16read16(MP4_FF_FILE *fp, uint16 &data1, uint16 &data2) in read16read16() function in AtomUtils
|