OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStopChunkSampleIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/extractors/mp4/
SampleIterator.cpp
49
mStopChunkSampleIndex
= 0;
77
if (sampleIndex >=
mStopChunkSampleIndex
) {
85
CHECK(sampleIndex <
mStopChunkSampleIndex
);
165
while (sampleIndex >=
mStopChunkSampleIndex
) {
170
mFirstChunkSampleIndex =
mStopChunkSampleIndex
;
189
mStopChunkSampleIndex
=
194
mStopChunkSampleIndex
= 0xffffffff;
SampleIterator.h
56
uint32_t
mStopChunkSampleIndex
;
Completed in 115 milliseconds