OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTTSSampleIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
SampleIterator.cpp
37
mTTSSampleIndex
(0),
132
if (sampleIndex <
mTTSSampleIndex
) {
134
mTTSSampleIndex
= 0;
307
while (sampleIndex >=
mTTSSampleIndex
+ mTTSCount) {
312
mTTSSampleIndex
+= mTTSCount;
321
*time = mTTSSampleTime + mTTSDuration * (sampleIndex -
mTTSSampleIndex
);
/frameworks/av/media/libstagefright/include/
SampleIterator.h
60
uint32_t
mTTSSampleIndex
;
Completed in 2966 milliseconds