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/libstagefright/
SampleIterator.cpp
49
mStopChunkSampleIndex
= 0;
77
if (sampleIndex >=
mStopChunkSampleIndex
) {
85
CHECK(sampleIndex <
mStopChunkSampleIndex
);
157
while (sampleIndex >=
mStopChunkSampleIndex
) {
162
mFirstChunkSampleIndex =
mStopChunkSampleIndex
;
181
mStopChunkSampleIndex
=
186
mStopChunkSampleIndex
= 0xffffffff;
/frameworks/av/media/libstagefright/include/
SampleIterator.h
51
uint32_t
mStopChunkSampleIndex
;
Completed in 111 milliseconds