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

/frameworks/av/media/libstagefright/
H A DVBRISeeker.cpp97 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()
148 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { function in class:android::VBRISeeker
163 ALOGV("getOffsetForTime %lld us => 0x%08lx", *timeUs, *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()

Completed in 95 milliseconds