Searched defs:seekToOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp77 status_t seekToOffset(off64_t offset);
319 return seekToOffset(pos);
344 return seekToOffset(entry.mPageOffset);
347 status_t MyVorbisExtractor::seekToOffset(off64_t offset) { function in class:android::MyVorbisExtractor
976 mInitCheck = mImpl->seekToOffset(0);

Completed in 51 milliseconds