Searched refs:mCurrentSampleInfoOffsets (Results 1 – 1 of 1) sorted by relevance
168 uint64_t* mCurrentSampleInfoOffsets; member in android::MPEG4Source5220 mCurrentSampleInfoOffsets(NULL), in MPEG4Source()5371 free(mCurrentSampleInfoOffsets); in ~MPEG4Source()5721 uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8); in parseSampleAuxiliaryInformationOffsets()5727 mCurrentSampleInfoOffsets = newPtr; in parseSampleAuxiliaryInformationOffsets()5732 if (mCurrentSampleInfoOffsets == NULL) { in parseSampleAuxiliaryInformationOffsets()5747 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()5760 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()5768 off64_t drmoffset = mCurrentSampleInfoOffsets[0]; // from moof in parseSampleAuxiliaryInformationOffsets()