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

  /external/opencore/fileformats/mp4/parser/include/
moviefragmentrandomaccess.h 67 bool IsTFRAPresentForTrack(uint32 trackID, bool oVideoAudioTextTrack);
mpeg4file.h     [all...]
  /external/opencore/fileformats/mp4/parser/src/
moviefragmentrandomaccess.cpp 122 bool MovieFragmentRandomAccessAtom::IsTFRAPresentForTrack(uint32 trackID, bool oVideoAudioTextTrack)
137 if (oVideoAudioTextTrack)
140 // If oVideoAudioTextTrack flag is set we just store the entry count to be checked
146 OSCL_UNUSED_ARG(oVideoAudioTextTrack);
mpeg4file.cpp     [all...]

Completed in 690 milliseconds