Searched refs:getTimeUsOfGranule (Results 1 – 1 of 1) sorted by relevance
143 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const = 0;191 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const { in getTimeUsOfGranule() function219 virtual int64_t getTimeUsOfGranule(uint64_t granulePos) const;642 int64_t timeUs = getTimeUsOfGranule(mCurGranulePosition); in readNextPacket()956 int64_t durationUs = getTimeUsOfGranule(lastGranulePosition); in init()977 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition); in buildTableOfContents()1034 int64_t MyOpusExtractor::getTimeUsOfGranule(uint64_t granulePos) const { in getTimeUsOfGranule() function in android::MyOpusExtractor