Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c114 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
119 #define newfree(z) free(z) macro
1478 newfree(pInputBuffer); in main()
1481 newfree(pOutputBuffer); in main()
1487 newfree(pWmaParam); in main()
1489 newfree(pCompPrivateStruct->format.audio.cMIMEType); in main()
1491 newfree(pCompPrivateStruct); in main()
1708 newfree(tempBuffer); in fill_data_tc7()
1759 newfree(pBuffer); in calc_buff_size()
1853 newfree(pHeaderInfo); in fill_init_params()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c197 #define newfree(z) mynewfree(z,__LINE__,__FILE__) macro
242 #define newfree(z) free(z) macro
1462 newfree(pInputBuffer[i]);
1600 newfree(pInputBuffer[i]);
1609 newfree(pOutputBuffer[i]);
1659 newfree(pAmrParam);
1664 newfree(pCompPrivateStruct);
1669 newfree(audioinfo);
1674 newfree(streaminfo);
1740 newfree(pCompPrivateStructGain);
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Common.h105 newfree(_pStruct_);\
DOMX_TI_Debug.h556 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
605 #define newfree(z) free(z) macro
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c152 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
160 #define newfree(z) free(z) macro
1510 newfree(pInputBuffer[i]);
1641 newfree(pInputBuffer[i]);
1650 newfree(pOutputBuffer[i]);
1706 newfree(pAmrParam);
1709 newfree(pCompPrivateStruct);
1711 newfree(pCompPrivateStructMute);
1713 newfree(pCompPrivateStructVolume);
2194 newfree(UseInpBuf[i]);
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c179 #define newfree(z) mynewfree(z,__LINE__,__FILE__) macro
229 #define newfree(z) free(z) macro
1502 newfree(pInputBuffer[i]);
1649 newfree(pInputBuffer[i]);
1659 newfree(pOutputBuffer[i]);
1717 newfree(pAmrParam);
1724 newfree(pCompPrivateStruct);
1731 newfree(audioinfo);
1736 newfree(streaminfo);
1806 newfree(pCompPrivateStructGain);
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c129 #define newfree(z) myfree((z),(&ListHeader)) /* new prototype of free function */ macro
2044 newfree(pInputBuffer[i]);
2058 newfree(pOutputBuffer[i]);
2236 newfree(pInputBuffer[i]);
2250 newfree(pOutputBuffer[i]);
2301 newfree(pAacParam);
2308 newfree(iAacParam);
2315 newfree(pCompPrivateStruct);
2321 newfree(pCompPrivateStructGain);
2327 newfree(audioinfo.aacencHeaderInfo);
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h268 newfree(_pStruct_); \
DOMX_G711Dec_Utils.h345 newfree(_pStruct_); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c102 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
107 #define newfree(z) free(z) macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c1552 newfree(pInputBuffer[i]); in testCases()
1560 newfree(pOutputBuffer[i]); in testCases()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c1303 newfree(pInputBuffer[i]);
1311 newfree(pOutputBuffer[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_Utils.c96 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
99 #define newfree(z) free(z) macro
1652 newfree(pBufParmsTemp); in G711DECHandleDataBuf_FromApp()
DOMX_G711Decoder.c85 #define newfree(z) myfree(z,__LINE__,__FILE__) macro
89 #define newfree(z) free(z) macro
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEncoder.c1892 newfree(pComponentPrivate->sDeviceString); in ComponentDeInit()
1991 newfree(pBufferHeader); in AllocateBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h25 #define newfree(z) free(z) macro