Home
last modified time | relevance | path

Searched refs:clusterTimecodeL (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp116 uint64_t& clusterTimecodeL, in initCluster() argument
121 clusterTimecodeL = f->mAbsTimecode; in initCluster()
122 WebmUnsigned *clusterTimecode = new WebmUnsigned(kMkvTimecode, clusterTimecodeL); in initCluster()
146 uint64_t clusterTimecodeL; in flushFrames() local
148 initCluster(frames, clusterTimecodeL, children); in flushFrames()
150 uint64_t cueTime = clusterTimecodeL; in flushFrames()
170 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) { in flushFrames()
172 initCluster(frames, clusterTimecodeL, children); in flushFrames()
176 children.push_back(f->SimpleBlock(clusterTimecodeL)); in flushFrames()
185 children.push_back(secondLastFrame->SimpleBlock(clusterTimecodeL)); in flushFrames()
/frameworks/av/media/libstagefright/webm/include/webm/
DWebmFrameThread.h92 uint64_t& clusterTimecodeL,