Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp3/
DMP3Seeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
DVBRISeeker.h34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
DXINGSeeker.h32 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
DXINGSeeker.cpp48 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime() function in android::XINGSeeker
DVBRISeeker.cpp167 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime() function in android::VBRISeeker
DMP3Extractor.cpp506 || !mSeeker->getOffsetForTime(&actualSeekTimeUs, &mCurrentPos)) { in read()