Searched refs:mCurrentSampleInfoOffsets (Results 1 – 1 of 1) sorted by relevance
124 uint64_t* mCurrentSampleInfoOffsets; member in android::MPEG4Source3857 mCurrentSampleInfoOffsets(NULL), in MPEG4Source()3938 free(mCurrentSampleInfoOffsets); in ~MPEG4Source()4254 uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8); in parseSampleAuxiliaryInformationOffsets()4259 mCurrentSampleInfoOffsets = newPtr; in parseSampleAuxiliaryInformationOffsets()4264 if (mCurrentSampleInfoOffsets == NULL) { in parseSampleAuxiliaryInformationOffsets()4274 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()4281 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()4288 off64_t drmoffset = mCurrentSampleInfoOffsets[0]; // from moof in parseSampleAuxiliaryInformationOffsets()