HomeSort by relevance Sort by last modified time
    Searched defs:getLastSampleIndexInChunk (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/extractors/mp4/
SampleIterator.h 39 uint32_t getLastSampleIndexInChunk() const {
SampleTable.cpp 949 uint32_t SampleTable::getLastSampleIndexInChunk() {
951 return mSampleIterator->getLastSampleIndexInChunk();

Completed in 43 milliseconds