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);
427 int64_t *actualFrameTimeUs) { in seek() argument
430 *actualFrameTimeUs = -1ll; in seek()
482 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
488 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
537 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
559 *actualFrameTimeUs = frameTimeUs; in seek()
561 seekTimeUs, *actualFrameTimeUs); in seek()
581 void BlockIterator::seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs) { in seekwithoutcue_l() argument
[all …]