Searched defs:newPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c452 char *newPtr = realloc(pString->ptr, newMaxLength + 1); local
453 if (newPtr == NULL) {
456 pString->ptr = newPtr;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp3806 uint64_t *newPtr = (uint64_t *)realloc(mCurrentSampleInfoOffsets, entrycount * 8); local
3807 if (newPtr == NULL) {
3810 mCurrentSampleInfoOffsets = newPtr;

Completed in 62 milliseconds