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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp109 uint32_t mCurrentSampleInfoAllocSize; member in class:android::MPEG4Source
3460 mCurrentSampleInfoAllocSize(0),
3768 if (smplcnt > mCurrentSampleInfoAllocSize) {
3770 mCurrentSampleInfoAllocSize = smplcnt;

Completed in 38 milliseconds