Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp123 uint32_t mCurrentSampleInfoOffsetsAllocSize; member in android::MPEG4Source
3856 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()