OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeToSampleIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/
SampleIterator.cpp
36
mTimeToSampleIndex
(0),
128
mTimeToSampleIndex
= 0;
295
if (
mTimeToSampleIndex
== mTable->mTimeToSampleCount) {
302
mTTSCount = mTable->mTimeToSample[2 *
mTimeToSampleIndex
];
303
mTTSDuration = mTable->mTimeToSample[2 *
mTimeToSampleIndex
+ 1];
305
++
mTimeToSampleIndex
;
/frameworks/base/media/libstagefright/include/
SampleIterator.h
54
uint32_t
mTimeToSampleIndex
;
Completed in 1045 milliseconds