Searched defs:clusterTimecodeL (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp97 // clusterTimecodeL:
108 uint64_t& clusterTimecodeL,
113 clusterTimecodeL = f->mAbsTimecode;
114 WebmUnsigned *clusterTimecode = new WebmUnsigned(kMkvTimecode, clusterTimecodeL);
138 uint64_t clusterTimecodeL; local
140 initCluster(frames, clusterTimecodeL, children);
142 uint64_t cueTime = clusterTimecodeL;
162 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) {
164 initCluster(frames, clusterTimecodeL, children);
168 children.push_back(f->SimpleBlock(clusterTimecodeL));
106 initCluster( List<const sp<WebmFrame> >& frames, uint64_t& clusterTimecodeL, List<sp<WebmElement> >& children) argument
[all...]

Completed in 264 milliseconds