Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Common.h76 #define OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
77 _ptr_ = (_name_*)newmalloc(_size_); \
85 memset(_ptr_,0,_size_); \
93 #define OMX_MALLOC_SIZE_DSPALIGN(_ptr_, _size_,_name_) \ argument
94 OMX_MALLOC_SIZE(_ptr_, _size_ + EXTRA_BYTES, _name_); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h253 #define G711D_OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
254 _ptr_ = (_name_ *)newmalloc(_size_); \
262 memset(_ptr_,0,_size_); \
DOMX_G711Dec_Utils.h330 #define G711D_OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
331 _ptr_ = (_name_ *)newmalloc(_size_); \
339 memset(_ptr_,0,_size_); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
DOMX_G722Dec_Utils.h166 #define G722D_OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
167 _ptr_ = (_name_ *)malloc(_size_); \
175 memset(_ptr_,0,_size_); \
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h137 #define OMX_MALLOC(_pStruct_, _size_) \ argument
138 _pStruct_ = malloc(_size_); \
143 memset(_pStruct_, 0, _size_);\
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h184 #define G726D_OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
185 _ptr_ = (_name_ *)malloc(_size_); \
193 memset(_ptr_,0,_size_); \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h163 #define OMX_MALLOC(_pStruct_, _size_) \ argument
164 _pStruct_ = malloc(_size_); \
169 memset(_pStruct_, 0, _size_);\
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h197 #define G711ENC_OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ argument
198 _ptr_ = (_name_ *)malloc(_size_); \
206 memset(_ptr_,0,_size_); \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h135 #define OMX_MALLOC(_pStruct_, _size_) \ argument
136 _pStruct_ = malloc(_size_); \
141 memset(_pStruct_, 0, _size_);\