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

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

Completed in 75 milliseconds