Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp113 int64_t blockTimeUs() const;
574 int64_t BlockIterator::blockTimeUs() const { in blockTimeUs() function in android::BlockIterator
590 while (!eos() && ((block()->GetTrackNumber() != mTrackNum) || (blockTimeUs() < seekTimeUs))) { in seekwithoutcue_l()
601 *actualFrameTimeUs = blockTimeUs(); in seekwithoutcue_l()
785 int64_t timeUs = mBlockIter.blockTimeUs(); in readBlock()
2280 thumbnailTimeUs = iter.blockTimeUs(); in findThumbnails()