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

  /frameworks/av/media/libstagefright/
VBRISeeker.cpp 100 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()
151 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
166 ALOGV("getOffsetForTime %" PRId64 " us => 0x%016llx", *timeUs, *pos);
XINGSeeker.cpp 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
141 // otherwise, leave duration at -1 so that getDuration() and getOffsetForTime()

Completed in 45 milliseconds