Searched refs:mCurrentSampleInfoAllocSize (Results 1 – 1 of 1) sorted by relevance
132 uint32_t mCurrentSampleInfoAllocSize; member in android::MPEG4Source4873 mCurrentSampleInfoAllocSize(0), in MPEG4Source()5328 if (smplcnt > mCurrentSampleInfoAllocSize) { in parseSampleAuxiliaryInformationSizes()5331 ALOGE("failed to realloc %u -> %u", mCurrentSampleInfoAllocSize, smplcnt); in parseSampleAuxiliaryInformationSizes()5335 mCurrentSampleInfoAllocSize = smplcnt; in parseSampleAuxiliaryInformationSizes()