Searched refs:getTimeUsOfGranule (Results 1 – 1 of 1) sorted by relevance
135 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const = 0;181 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const { in getTimeUsOfGranule() function209 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const;614 int64_t timeUs = getTimeUsOfGranule(mCurGranulePosition); in readNextPacket()846 int64_t durationUs = getTimeUsOfGranule(lastGranulePosition); in init()867 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition); in buildTableOfContents()924 int64_t MyOpusExtractor::getTimeUsOfGranule(uint64_t granulePos) const { in getTimeUsOfGranule() function in android::MyOpusExtractor