Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:newPtr

3598         uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8);
3599 if (newPtr == NULL) {
3602 mCurrentSampleInfoOffsets = newPtr;