/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.h | 76 #define MALLOC(_pStruct_, _sName_) \ argument 77 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \ 82 memset((void *)_pStruct_, 0, sizeof(_sName_))
|
/hardware/ti/omap4xxx/domx/domx/ |
D | omx_proxy_common.h | 101 #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/ |
D | OMX_TI_Common.h | 68 #define OMX_MALLOC_GENERIC(_pStruct_, _sName_) \ argument 69 OMX_MALLOC_SIZE(_pStruct_,sizeof(_sName_),_sName_)
|
/hardware/ti/omap4-aah/domx/domx/ |
D | omx_proxy_common.h | 101 #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/ |
D | OMX_G729Decoder.h | 185 #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/ |
D | OMX_G722Enc_Utils.h | 300 #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/ |
D | OMX_G711Decoder.h | 241 #define G711D_OMX_MALLOC(_pStruct_, _sName_) \ argument 242 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \ 250 memset(_pStruct_,0,sizeof(_sName_)); \
|
D | OMX_G711Dec_Utils.h | 318 #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/ |
D | OMX_G722Dec_Utils.h | 152 #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/ |
D | OMX_G726Dec_Utils.h | 170 #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/ |
D | OMX_G711Enc_Utils.h | 185 #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/ |
D | OMX_G729Enc_Utils.h | 225 #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/ |
D | OMX_G726Enc_Utils.h | 176 #define OMX_NBMALLOC_STRUCT(_pStruct_, _sName_) \ argument 177 _pStruct_ = (_sName_*)SafeMalloc(sizeof(_sName_)); \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 1045 #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/ |
D | G711EncTest.c | 171 #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/ |
D | G729EncTest.c | 173 #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/ |
D | G726EncTest.c | 231 #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/ |
D | G729DecTest.c | 238 #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/ |
D | AmrEncTest.c | 267 #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/ |
D | WbAmrEncTest.c | 253 #define OMX_WBAPP_MALLOC_STRUCT(_pStruct_, _sName_) \ argument 254 _pStruct_ = (_sName_*)newmalloc(sizeof(_sName_)); \
|