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;
579 int64_t BlockIterator::blockTimeUs() const { in blockTimeUs() function in android::BlockIterator
595 while (!eos() && ((block()->GetTrackNumber() != mTrackNum) || (blockTimeUs() < seekTimeUs))) { in seekwithoutcue_l()
606 *actualFrameTimeUs = blockTimeUs(); in seekwithoutcue_l()
790 int64_t timeUs = mBlockIter.blockTimeUs(); in readBlock()
2289 thumbnailTimeUs = iter.blockTimeUs(); in findThumbnails()