Searched refs:realloc (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/
H A Dtm.c37 ptr[2] = realloc(ptr[2], 300);
H A DAndroid.mk13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_DebugMem.h36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) macro
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_DebugMem.h60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) macro
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.c59 *ppLine = (char *)realloc(*ppLine, defaultBufferSize);
112 *ppLine = (char *)realloc(*ppLine, i);
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c84 links = (struct media_link*)realloc(links, max_links * sizeof *links);
225 media->entities = (struct media_entity*)realloc(media->entities, size);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c1779 TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8)));
1782 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: ERROR: Couldn't realloc memory!",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c1783 TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8)));
1786 OMX_ERROR4(pComponentPrivate->dbg, "%d :WBAMR_DEC_HandleDataBuf_FromApp ERROR: Couldn't realloc memory!",__LINE__);

Completed in 259 milliseconds