Searched refs:getOffsetForTime (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMP3Seeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
H A DVBRISeeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
H A DXINGSeeker.h32 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
/frameworks/av/media/libstagefright/foundation/include/
H A DMP3Seeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
H A DVBRISeeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
H A DXINGSeeker.h32 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
/frameworks/av/media/libstagefright/include/
H A DMP3Seeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
H A DVBRISeeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
H A DXINGSeeker.h32 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
/frameworks/av/media/libstagefright/
H A DVBRISeeker.cpp114 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()
165 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { function in class:android::VBRISeeker
180 ALOGV("getOffsetForTime %lld us => 0x%016llx", (long long)*timeUs, (long long)*pos);
H A DXINGSeeker.cpp46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { function in class:android::XINGSeeker
141 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()
H A DMP3Extractor.cpp505 || !mSeeker->getOffsetForTime(&actualSeekTimeUs, &mCurrentPos)) {

Completed in 909 milliseconds