Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp98 uint32_t mCurrentSampleInfoAllocSize; member in android::MPEG4Source
2969 mCurrentSampleInfoAllocSize(0), in MPEG4Source()
3269 if (smplcnt > mCurrentSampleInfoAllocSize) { in parseSampleAuxiliaryInformationSizes()
3271 mCurrentSampleInfoAllocSize = smplcnt; in parseSampleAuxiliaryInformationSizes()