Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleTable.cpp58 int32_t getCompositionTimeOffset(uint32_t sampleIndex);
89 int32_t SampleTable::CompositionDeltaLookup::getCompositionTimeOffset( in getCompositionTimeOffset() function in android::SampleTable::CompositionDeltaLookup
679 mCompositionDeltaLookup->getCompositionTimeOffset( in buildSampleEntriesTable()
1008 int32_t SampleTable::getCompositionTimeOffset(uint32_t sampleIndex) { in getCompositionTimeOffset() function in android::SampleTable
1009 return mCompositionDeltaLookup->getCompositionTimeOffset(sampleIndex); in getCompositionTimeOffset()
DSampleTable.h167 int32_t getCompositionTimeOffset(uint32_t sampleIndex);
DSampleIterator.cpp347 int32_t offset = mTable->getCompositionTimeOffset(sampleIndex); in findSampleTimeAndDuration()