Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp110 int64_t *actualFrameTimeUs);
125 void seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs);
432 int64_t *actualFrameTimeUs) { in seek() argument
435 *actualFrameTimeUs = -1ll; in seek()
487 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
493 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
542 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
564 *actualFrameTimeUs = frameTimeUs; in seek()
566 seekTimeUs, *actualFrameTimeUs); in seek()
586 void BlockIterator::seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs) { in seekwithoutcue_l() argument
[all …]