Searched defs:mCurrentDeltaEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp62 size_t mCurrentDeltaEntry; member in struct:android::SampleTable::CompositionDeltaLookup
71 mCurrentDeltaEntry(0),
81 mCurrentDeltaEntry = 0;
94 mCurrentDeltaEntry = 0;
98 while (mCurrentDeltaEntry < mNumDeltaEntries) {
99 uint32_t sampleCount = mDeltaEntries[2 * mCurrentDeltaEntry];
101 return mDeltaEntries[2 * mCurrentDeltaEntry + 1];
105 ++mCurrentDeltaEntry;

Completed in 150 milliseconds