Searched refs:mCurrentSampleInfoAllocSize (Results 1 – 1 of 1) sorted by relevance
120 uint32_t mCurrentSampleInfoAllocSize; member in android::MPEG4Source3854 mCurrentSampleInfoAllocSize(0), in MPEG4Source()4211 if (smplcnt > mCurrentSampleInfoAllocSize) { in parseSampleAuxiliaryInformationSizes()4214 ALOGE("failed to realloc %u -> %u", mCurrentSampleInfoAllocSize, smplcnt); in parseSampleAuxiliaryInformationSizes()4218 mCurrentSampleInfoAllocSize = smplcnt; in parseSampleAuxiliaryInformationSizes()