HomeSort by relevance Sort by last modified time
    Searched refs:peekNextByte (Results 1 - 8 of 8) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
esdatom.cpp 45 uint8 descr_tag = AtomUtils::peekNextByte(fp);
esdescriptor.cpp 119 uint8 peek_tag = AtomUtils::peekNextByte(fp);
133 uint8 descr_tag = AtomUtils::peekNextByte(fp);
149 descr_tag = AtomUtils::peekNextByte(fp);
initialobjectdescriptor.cpp 92 tag = AtomUtils::peekNextByte(fp);
130 tag = AtomUtils::peekNextByte(fp);
decoderconfigdescriptor.cpp 73 uint8 descr_tag = AtomUtils::peekNextByte(fp);
  /external/opencore/fileformats/mp3/parser/include/
mp3fileio.h 178 static uint8 peekNextByte(PVFile *fp);
  /external/opencore/fileformats/mp3/parser/src/
mp3fileio.cpp 267 uint8 MP3FileIO::peekNextByte(PVFile *fp)
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
atomutils.h 182 OSCL_IMPORT_REF static uint8 peekNextByte(MP4_FF_FILE *fp);
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 741 OSCL_EXPORT_REF uint8 AtomUtils::peekNextByte(MP4_FF_FILE *fp)

Completed in 199 milliseconds