Searched defs:mCurrentEntrySampleIndex (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp67 size_t mCurrentEntrySampleIndex; member in struct:android::SampleTable::CompositionDeltaLookup
76 mCurrentEntrySampleIndex(0) {
86 mCurrentEntrySampleIndex = 0;
97 if (sampleIndex < mCurrentEntrySampleIndex) {
99 mCurrentEntrySampleIndex = 0;
104 if (sampleIndex < mCurrentEntrySampleIndex + sampleCount) {
108 mCurrentEntrySampleIndex += sampleCount;

Completed in 92 milliseconds