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);
487 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
493 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
542 seekwithoutcue_l(seekTimeUs, actualFrameTimeUs); in seek()
586 void BlockIterator::seekwithoutcue_l(int64_t seekTimeUs, int64_t *actualFrameTimeUs) { in seekwithoutcue_l() function in android::BlockIterator