Searched defs:OMX_MALLOC_SIZE (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Common.h69 OMX_MALLOC_SIZE(_pStruct_,sizeof(_sName_),_sName_)
73 * @def OMX_MALLOC_SIZE Macro to allocate Memory
76 #define OMX_MALLOC_SIZE(_ptr_, _size_,_name_) \ macro
94 OMX_MALLOC_SIZE(_ptr_, _size_ + EXTRA_BYTES, _name_); \

Completed in 41 milliseconds