HomeSort by relevance Sort by last modified time
    Searched refs:mAbsTimecode (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/webm/
WebmFrame.cpp 44 mAbsTimecode(UINT64_MAX),
52 mAbsTimecode(absTimecode),
60 mAbsTimecode - baseTimecode,
72 if (this->mAbsTimecode == other.mAbsTimecode) {
81 return this->mAbsTimecode < other.mAbsTimecode;
WebmFrame.h 28 const uint64_t mAbsTimecode;
WebmFrameThread.cpp 119 clusterTimecodeL = f->mAbsTimecode;
165 cueTime = f->mAbsTimecode;
168 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) {

Completed in 618 milliseconds