Searched refs:mCurrentSampleInfoOffsetsAllocSize (Results 1 – 1 of 1) sorted by relevance
123 uint32_t mCurrentSampleInfoOffsetsAllocSize; member in android::MPEG4Source3856 mCurrentSampleInfoOffsetsAllocSize(0), in MPEG4Source()4253 if (entrycount > mCurrentSampleInfoOffsetsAllocSize) { in parseSampleAuxiliaryInformationOffsets()4256 ALOGE("failed to realloc %u -> %u", mCurrentSampleInfoOffsetsAllocSize, entrycount * 8); in parseSampleAuxiliaryInformationOffsets()4260 mCurrentSampleInfoOffsetsAllocSize = entrycount; in parseSampleAuxiliaryInformationOffsets()