Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A 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()
H A DSampleTable.h167 int32_t getCompositionTimeOffset(uint32_t sampleIndex);
H A DSampleIterator.cpp347 int32_t offset = mTable->getCompositionTimeOffset(sampleIndex); in findSampleTimeAndDuration()