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

  /external/opencore/fileformats/mp4/parser/src/
moviefragmentrandomaccess.cpp 349 int32 MovieFragmentRandomAccessAtom::getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* numBuf,
movieatom.cpp     [all...]
sampletableatom.cpp     [all...]
mpeg4file.cpp     [all...]
  /external/opencore/fileformats/mp4/parser/include/
mediaatom.h 627 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
633 return _pmediaInformation->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples);
mediainformationatom.h 111 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
117 return _psampleTableAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples);
trackatom.h 678 int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 ts, uint32 *tsBuf, uint32* numBuf,
684 return _pmediaAtom->getTimestampForRandomAccessPointsBeforeAfter(ts, tsBuf, numBuf, numsamplestoget, howManyKeySamples);

Completed in 45 milliseconds