Searched refs:getCompositionTimeOffset (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/extractors/mp4/
H A DSampleTable.cpp58 int32_t getCompositionTimeOffset(uint32_t sampleIndex);
89 int32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset( function in class:android::SampleTable::CompositionDeltaLookup
680 mCompositionDeltaLookup->getCompositionTimeOffset(
1004 int32_t SampleTable::getCompositionTimeOffset(uint32_t sampleIndex) { function in class:android::SampleTable
1005 return mCompositionDeltaLookup->getCompositionTimeOffset(sampleIndex);
H A DSampleTable.h159 int32_t getCompositionTimeOffset(uint32_t sampleIndex);
H A DSampleIterator.cpp333 int32_t offset = mTable->getCompositionTimeOffset(sampleIndex);

Completed in 24 milliseconds