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

  /external/opencore/fileformats/mp4/parser/src/
decoderspecificinfo.cpp 78 AtomUtils::rewindFilePointerByN(fp, _infoSize);
oma2boxes.cpp 49 AtomUtils::rewindFilePointerByN(fp, DEFAULT_FULL_ATOM_SIZE);
    [all...]
mpeg4file.cpp     [all...]
  /external/opencore/fileformats/mp4/composer/include/
atomutils.h 121 static void rewindFilePointerByN(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 n);
  /external/opencore/fileformats/mp4/composer/src/
atomutils.cpp 284 void PVA_FF_AtomUtils::rewindFilePointerByN(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 n)
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
atomutils.h 186 OSCL_IMPORT_REF static void rewindFilePointerByN(MP4_FF_FILE *fp, uint32 n);
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 724 AtomUtils::rewindFilePointerByN(fp, 4);
736 AtomUtils::rewindFilePointerByN(fp, (4*n));
745 AtomUtils::rewindFilePointerByN(fp, 1);
764 OSCL_EXPORT_REF void AtomUtils::rewindFilePointerByN(MP4_FF_FILE *fp, uint32 n)

Completed in 138 milliseconds