Searched refs:mCurrentSampleInfoAllocSize (Results 1 – 1 of 1) sorted by relevance
142 uint32_t mCurrentSampleInfoAllocSize; member in android::MPEG4Source5075 mCurrentSampleInfoAllocSize(0), in MPEG4Source()5536 if (smplcnt > mCurrentSampleInfoAllocSize) { in parseSampleAuxiliaryInformationSizes()5539 ALOGE("failed to realloc %u -> %u", mCurrentSampleInfoAllocSize, smplcnt); in parseSampleAuxiliaryInformationSizes()5543 mCurrentSampleInfoAllocSize = smplcnt; in parseSampleAuxiliaryInformationSizes()