Searched defs:clusterTimecodeL (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp103 // clusterTimecodeL:
114 uint64_t& clusterTimecodeL,
119 clusterTimecodeL = f->mAbsTimecode;
120 WebmUnsigned *clusterTimecode = new WebmUnsigned(kMkvTimecode, clusterTimecodeL);
144 uint64_t clusterTimecodeL; local
146 initCluster(frames, clusterTimecodeL, children);
148 uint64_t cueTime = clusterTimecodeL;
168 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) {
170 initCluster(frames, clusterTimecodeL, children);
174 children.push_back(f->SimpleBlock(clusterTimecodeL));
112 initCluster( List<const sp<WebmFrame> >& frames, uint64_t& clusterTimecodeL, List<sp<WebmElement> >& children) argument
[all...]

Completed in 43 milliseconds