HomeSort by relevance Sort by last modified time
    Searched defs:getOffsetForTime (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/extractors/mp3/
VBRISeeker.cpp 114 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()
165 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
180 ALOGV("getOffsetForTime %lld us => 0x%016llx", (long long)*timeUs, (long long)*pos);
XINGSeeker.cpp 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
140 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()

Completed in 227 milliseconds