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

  /external/opencore/fileformats/mp4/parser/src/
timetosampleatom.cpp 441 int32 TimeToSampleAtom::getTimestampForSampleNumber(uint32 num)
465 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TimeToSampleAtom::getTimestampForSampleNumber- Time Stamp =%d", ts));
trackfragmentatom.cpp     [all...]
sampletableatom.cpp 687 getTimestampForSampleNumber(_currentPlaybackSampleNumber);
853 getTimestampForSampleNumber(_currentPlaybackSampleNumber);
890 getTimestampForSampleNumber(_currentPlaybackSampleNumber);
    [all...]
mpeg4file.cpp     [all...]
  /external/opencore/fileformats/mp4/parser/include/
mediaatom.h 274 uint32 getTimestampForSampleNumber(uint32 sampleNumber)
278 return _pmediaInformation->getTimestampForSampleNumber(sampleNumber);
mediainformationatom.h 298 uint32 getTimestampForSampleNumber(uint32 sampleNumber)
302 return _psampleTableAtom->getTimestampForSampleNumber(sampleNumber);
trackatom.h 271 uint32 getTimestampForSampleNumber(uint32 sampleNumber)
275 return _pmediaAtom->getTimestampForSampleNumber(sampleNumber);

Completed in 20 milliseconds