Home
last modified time | relevance | path

Searched refs:_sName_ (Results 1 – 20 of 20) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.h76 #define MALLOC(_pStruct_, _sName_) \ argument
77 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
82 memset((void *)_pStruct_, 0, sizeof(_sName_))
/hardware/ti/omap4xxx/domx/domx/
Domx_proxy_common.h101 #define PROXY_CHK_VERSION(_pStruct_, _sName_) do { \ argument
102 PROXY_require((((_sName_ *)_pStruct_)->nSize == sizeof(_sName_)), \
104 PROXY_require(((((_sName_ *)_pStruct_)->nVersion.s.nVersionMajor == \
106 ((((_sName_ *)_pStruct_)->nVersion.s.nVersionMinor == \
108 (((_sName_ *)_pStruct_)->nVersion.s.nVersionMinor == \
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Common.h68 #define OMX_MALLOC_GENERIC(_pStruct_, _sName_) \ argument
69 OMX_MALLOC_SIZE(_pStruct_,sizeof(_sName_),_sName_)
/hardware/ti/omap4-aah/domx/domx/
Domx_proxy_common.h101 #define PROXY_CHK_VERSION(_pStruct_, _sName_) do { \ argument
102 PROXY_require((((_sName_ *)_pStruct_)->nSize == sizeof(_sName_)), \
104 PROXY_require(((((_sName_ *)_pStruct_)->nVersion.s.nVersionMajor == \
106 ((((_sName_ *)_pStruct_)->nVersion.s.nVersionMinor == \
108 (((_sName_ *)_pStruct_)->nVersion.s.nVersionMinor == \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h185 #define OMX_G729MALLOC_STRUCT(_pStruct_, _sName_) \ argument
186 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
194 memset(_pStruct_, 0x0, sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h300 #define OMX_G722MALLOC_STRUCT(_pStruct_, _sName_) \ argument
301 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
310 memset(_pStruct_,0,sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h241 #define G711D_OMX_MALLOC(_pStruct_, _sName_) \ argument
242 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \
250 memset(_pStruct_,0,sizeof(_sName_)); \
DOMX_G711Dec_Utils.h318 #define G711D_OMX_MALLOC(_pStruct_, _sName_) \ argument
319 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \
327 memset(_pStruct_,0,sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
DOMX_G722Dec_Utils.h152 #define G722D_OMX_MALLOC(_pStruct_, _sName_) \ argument
153 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
161 memset(_pStruct_,0,sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h170 #define G726D_OMX_MALLOC(_pStruct_, _sName_) \ argument
171 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
179 memset(_pStruct_,0,sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h185 #define G711ENC_OMX_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
186 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
194 memset(_pStruct_,0,sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h225 #define OMX_G729MALLOC_STRUCT(_pStruct_, _sName_) \ argument
226 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
235 memset(_pStruct_, 0x0, sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
DOMX_G726Enc_Utils.h176 #define OMX_NBMALLOC_STRUCT(_pStruct_, _sName_) \ argument
177 _pStruct_ = (_sName_*)SafeMalloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h1045 #define OMX_MALLOC_STRUCT(_pStruct_, _sName_, _memusage_) \ argument
1046 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
1052 memset((_pStruct_), 0x0, sizeof(_sName_));
1055 #define OMX_MALLOC_STRUCT_SIZED(_pStruct_, _sName_, _nSize_, _memusage_) \ argument
1056 _pStruct_ = (_sName_*)malloc(_nSize_); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c171 #define OMX_G711ENC_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
172 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c173 #define OMX_G729APP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
174 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c231 #define OMX_NBAPP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
232 _pStruct_ = (_sName_*)SafeMalloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c238 #define OMX_G729APP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
239 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c267 #define OMX_NBAPP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
268 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c253 #define OMX_WBAPP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument
254 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \