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

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp57 size_t mCurrentDeltaEntry; member in struct:android::SampleTable::CompositionDeltaLookup
66 mCurrentDeltaEntry(0),
76 mCurrentDeltaEntry = 0;
89 mCurrentDeltaEntry = 0;
93 while (mCurrentDeltaEntry < mNumDeltaEntries) {
94 uint32_t sampleCount = mDeltaEntries[2 * mCurrentDeltaEntry];
96 return mDeltaEntries[2 * mCurrentDeltaEntry + 1];
100 ++mCurrentDeltaEntry;

Completed in 33 milliseconds