Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:newPtr

4127         uint8_t * newPtr =  (uint8_t*) realloc(mCurrentSampleInfoSizes, smplcnt);
4128 if (newPtr == NULL) {
4132 mCurrentSampleInfoSizes = newPtr;
4169 uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8);
4170 if (newPtr == NULL) {
4174 mCurrentSampleInfoOffsets = newPtr;