Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp128 uint32_t mCurrentSampleInfoAllocSize; member in android::MPEG4Source
4699 mCurrentSampleInfoAllocSize(0), in MPEG4Source()
5108 if (smplcnt > mCurrentSampleInfoAllocSize) { in parseSampleAuxiliaryInformationSizes()
5111 ALOGE("failed to realloc %u -> %u", mCurrentSampleInfoAllocSize, smplcnt); in parseSampleAuxiliaryInformationSizes()
5115 mCurrentSampleInfoAllocSize = smplcnt; in parseSampleAuxiliaryInformationSizes()