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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp103 uint32_t mCurrentSampleInfoAllocSize; member in class:android::MPEG4Source
3252 mCurrentSampleInfoAllocSize(0),
3560 if (smplcnt > mCurrentSampleInfoAllocSize) {
3562 mCurrentSampleInfoAllocSize = smplcnt;

Completed in 29 milliseconds