Home
last modified time | relevance | path

Searched refs:getTimestampForCurrentSample (Results 1 – 8 of 8) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dmediainformationatom.h326 int32 getTimestampForCurrentSample() in getTimestampForCurrentSample() function
330 return _psampleTableAtom->getTimestampForCurrentSample(); in getTimestampForCurrentSample()
Dmediaatom.h303 int32 getTimestampForCurrentSample() in getTimestampForCurrentSample() function
307 return _pmediaInformation->getTimestampForCurrentSample(); in getTimestampForCurrentSample()
Dtrackatom.h300 int32 getTimestampForCurrentSample() in getTimestampForCurrentSample() function
304 return _pmediaAtom->getTimestampForCurrentSample(); in getTimestampForCurrentSample()
Dsampletableatom.h373 int32 getTimestampForCurrentSample();
Dmovieatom.h122 uint32 getTimestampForCurrentSample(uint32 id);
Dmpeg4file.h184 return _pmovieAtom->getTimestampForCurrentSample(id); in getMediaTimestampForCurrentSample()
/external/opencore/fileformats/mp4/parser/src/
Dmovieatom.cpp354 uint32 MovieAtom::getTimestampForCurrentSample(uint32 id) in getTimestampForCurrentSample() function in MovieAtom
360 return track->getTimestampForCurrentSample(); in getTimestampForCurrentSample()
Dsampletableatom.cpp3382 getTimestampForCurrentSample() in getTimestampForCurrentSample() function in SampleTableAtom