Searched refs:mCurrentSampleInfoOffsets (Results 1 – 1 of 1) sorted by relevance
113 uint64_t* mCurrentSampleInfoOffsets; member in android::MPEG4Source3463 mCurrentSampleInfoOffsets(NULL), in MPEG4Source()3534 free(mCurrentSampleInfoOffsets); in ~MPEG4Source()3806 uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8); in parseSampleAuxiliaryInformationOffsets()3810 mCurrentSampleInfoOffsets = newPtr; in parseSampleAuxiliaryInformationOffsets()3815 if (mCurrentSampleInfoOffsets == NULL) { in parseSampleAuxiliaryInformationOffsets()3825 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()3832 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()3839 off64_t drmoffset = mCurrentSampleInfoOffsets[0]; // from moof in parseSampleAuxiliaryInformationOffsets()