Searched defs:mCurrentSampleInfoOffsetsAllocSize (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp106 uint32_t mCurrentSampleInfoOffsetsAllocSize; member in class:android::MPEG4Source
3254 mCurrentSampleInfoOffsetsAllocSize(0),
3597 if (entrycount > mCurrentSampleInfoOffsetsAllocSize) {
3603 mCurrentSampleInfoOffsetsAllocSize = entrycount;

Completed in 36 milliseconds