OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clustertimecodel
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp
97
//
clusterTimecodeL
:
108
uint64_t&
clusterTimecodeL
,
113
clusterTimecodeL
= f->mAbsTimecode;
114
WebmUnsigned *clusterTimecode = new WebmUnsigned(kMkvTimecode,
clusterTimecodeL
);
138
uint64_t
clusterTimecodeL
;
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
));
[
all
...]
WebmFrameThread.h
91
uint64_t&
clusterTimecodeL
,
Completed in 46 milliseconds