Home
last modified time | relevance | path

Searched refs:new_ptr (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxstats.c103 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write() local
105 if (new_ptr) { in stats_write()
106 stats->buf_ptr = new_ptr + (stats->buf_ptr - (char *)stats->buf.buf); in stats_write()
107 stats->buf.buf = new_ptr; in stats_write()