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

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp54 const uint32_t *mDeltaEntries; member in struct:android::SampleTable::CompositionDeltaLookup
64 : mDeltaEntries(NULL),
74 mDeltaEntries = deltaEntries;
84 if (mDeltaEntries == NULL) {
94 uint32_t sampleCount = mDeltaEntries[2 * mCurrentDeltaEntry];
96 return mDeltaEntries[2 * mCurrentDeltaEntry + 1];

Completed in 256 milliseconds