Searched refs:mCurrentSampleInfoOffsets (Results 1 – 1 of 1) sorted by relevance
102 uint64_t* mCurrentSampleInfoOffsets; member in android::MPEG4Source2972 mCurrentSampleInfoOffsets(NULL), in MPEG4Source()3043 free(mCurrentSampleInfoOffsets); in ~MPEG4Source()3301 mCurrentSampleInfoOffsets = (uint64_t*) realloc(mCurrentSampleInfoOffsets, entrycount * 8); in parseSampleAuxiliaryInformationOffsets()3312 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()3319 mCurrentSampleInfoOffsets[i] = tmp; in parseSampleAuxiliaryInformationOffsets()3326 off64_t drmoffset = mCurrentSampleInfoOffsets[0]; // from moof in parseSampleAuxiliaryInformationOffsets()