Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp125 void seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs);
482 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
488 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
537 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
581 void BlockIterator::seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs) { in seekwithoutcue_l() function in android::BlockIterator