Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.h95 status_t seekBeyond(int64_t seekTimeUs);
DMPEG2TSExtractor.cpp675 status_t err = seekBeyond(seekTimeUs); in seek()
743 status_t MPEG2TSExtractor::seekBeyond(int64_t seekTimeUs) { in seekBeyond() function in android::MPEG2TSExtractor