Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DMPEG2TSExtractor.h85 status_t seekBeyond(int64_t seekTimeUs);
/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2TSExtractor.cpp361 status_t err = seekBeyond(seekTimeUs); in seek()
429 status_t MPEG2TSExtractor::seekBeyond(int64_t seekTimeUs) { in seekBeyond() function in android::MPEG2TSExtractor