Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Daudiosampleentry.cpp46 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()
Damrsampleentry.cpp57 if (!AtomUtils::read16read16(fp, _reserved2, _reserved3)) in AMRSampleEntry()
62 if (!AtomUtils::read16read16(fp, _timeScale, _reserved5)) in AMRSampleEntry()
Dvisualsampleentry.cpp74 if (!AtomUtils::read16read16(fp, _reserved8, _reserved9)) in VisualSampleEntry()
Dh263sampleentry.cpp89 if (!AtomUtils::read16read16(fp, _reserved8, _reserved9)) in H263SampleEntry()
Doma2boxes.cpp264 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()
Ditunesilstatom.cpp1146 if (!AtomUtils::read16read16(fp, _thisTrackNo, _totalTracks)) in ITunesTracktAtom()
1486 if (!AtomUtils::read16read16(fp, _thisDiskNo, _totalDisks)) in ITunesDiskDatatAtom()
/external/opencore/fileformats/mp3/parser/include/
Dmp3fileio.h132 static bool read16read16(PVFile *fp, uint16 &data1, uint16 &data2);
/external/opencore/fileformats/mp3/parser/src/
Dmp3fileio.cpp173 bool MP3FileIO::read16read16(PVFile *fp, uint16 &data1, uint16 &data2) in read16read16() function in MP3FileIO
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomutils.h148 OSCL_IMPORT_REF static bool read16read16(MP4_FF_FILE *fp, uint16 &data1, uint16 &data2);
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp162 AtomUtils::read16read16(MP4_FF_FILE *fp, uint16 &data1, uint16 &data2) in read16read16() function in AtomUtils