Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.h84 #define FREE(_ptr) \ argument
86 if (_ptr != NULL) { \
87 free(_ptr); \
88 _ptr = NULL; \
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.h135 #define MALLOC(_ptr,_castType,_type,_eError) \ argument
137 _ptr = (_castType *)malloc(sizeof(_type)); \
138 if(!_ptr) { \
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h146 #define OMX_FREE(_ptr) \ argument
148 if (_ptr != NULL) { \
149 LinkedList_FreeElement(&AllocList, _ptr);\
150 _ptr = NULL; \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h172 #define OMX_FREE(_ptr) \ argument
174 if (_ptr != NULL) { \
175 LinkedList_FreeElement(&AllocList, _ptr);\
176 _ptr = NULL; \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h144 #define OMX_FREE(_ptr) \ argument
146 if (_ptr != NULL) { \
147 LinkedList_FreeElement(&AllocList, _ptr);\
148 _ptr = NULL; \