Searched refs:UseOutBuf (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 246 OMX_U8* UseOutBuf[], 2181 OMX_U8* UseOutBuf[], argument 2200 UseOutBuf[i] = UseOutBuf[i] - 128; 2201 printf("%d :: [TESTAPPFREE] pOutputBuffer[%d] = %p\n",__LINE__,i, UseOutBuf[i]); 2202 if(UseOutBuf[i] != NULL){ 2203 newfree(UseOutBuf[i]); 2204 UseOutBuf[i] = NULL;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 252 OMX_U8* UseOutBuf[], 1997 OMX_U8* UseOutBuf[], in freeAllUseResources() argument 2015 UseOutBuf[i] = UseOutBuf[i] - 128; in freeAllUseResources() 2016 printf("%d :: [TESTAPPFREE] pOutputBuffer[%d] = %p\n",__LINE__,i, UseOutBuf[i]); in freeAllUseResources() 2017 if(UseOutBuf[i] != NULL){ in freeAllUseResources() 2018 newfree(UseOutBuf[i]); in freeAllUseResources() 2019 UseOutBuf[i] = NULL; in freeAllUseResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 340 OMX_U8* UseOutBuf[], 1975 OMX_U8* UseOutBuf[], argument 1994 UseOutBuf[i] = UseOutBuf[i] - 128; 1995 APP_IPRINT("%d :: [TESTAPPFREE] pOutputBuffer[%d] = %p\n",__LINE__,i, UseOutBuf[i]); 1996 if(UseOutBuf[i] != NULL){ 1997 newfree(UseOutBuf[i]); 1998 UseOutBuf[i] = NULL;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 325 OMX_U8* UseOutBuf[], 2073 OMX_U8* UseOutBuf[], argument 2093 UseOutBuf[i] = UseOutBuf[i] - 128; 2094 APP_IPRINT("%d :: [TESTAPPFREE] pOutputBuffer[%d] = %p\n", __LINE__, i, UseOutBuf[i]); 2096 if (UseOutBuf[i] != NULL) { 2097 newfree(UseOutBuf[i]); 2098 UseOutBuf[i] = NULL;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 202 OMX_U8* UseOutBuf[], 2617 OMX_U8* UseOutBuf[], argument 2644 if (UseOutBuf[i] != NULL) 2646 UseOutBuf[i] = UseOutBuf[i] - 128; 2647 APP_DPRINT("%d :: [TESTAPPFREE] pOutputBuffer[%d] = %p\n",__LINE__,i, UseOutBuf[i]); 2648 if(UseOutBuf[i] != NULL) 2650 newfree(UseOutBuf[i]); 2651 UseOutBuf[i] = NULL;
|