Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOggExtractor.cpp83 status_t seekToTime(int64_t timeUs);
265 status_t err = mExtractor->mImpl->seekToTime(seekTimeUs); in read()
413 status_t MyOggExtractor::seekToTime(int64_t timeUs) { in seekToTime() function in android::MyOggExtractor