/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
D | VPPTest.h | 118 #define EXIT_IF_ERROR(_eError,_string) \ argument 120 if(_eError != OMX_ErrorNone) { \ 126 #define CHK_COND(_predicate,_eError,_eCode,_string) \ argument 129 _eError = _eCode; \ 135 #define MALLOC(_ptr,_castType,_type,_eError) \ argument 139 _eError = OMX_ErrorInsufficientResources; \ 144 #define MEMSET(_ps,_c,_n,_eError) \ argument 147 _eError = OMX_ErrorInsufficientResources; \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 139 #define OMX_CONF_BAIL_IF_ERROR(_eError) \ argument 141 if(_eError != OMX_ErrorNone) { \ 146 #define OMX_VIDENC_BAIL_IF_ERROR(_eError, _hComp) \ argument 148 if(_eError != OMX_ErrorNone) { \ 149 _eError = OMX_VIDENC_HandleError(_hComp, _eError); \ 150 if(_eError != OMX_ErrorNone) { \ 151 OMX_ERROR5(_hComp->dbg, "*Fatal Error : %x\n", _eError); \ 160 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument 162 _eError = _eCode; \ 166 #define OMX_VIDENC_SET_ERROR_BAIL(_eError, _eCode, _hComp)\ argument [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 341 #define OMX_DBG_BAIL_IF_ERROR(_eError, dbg, cmd, format, list...) \ argument 343 if (_eError) { \ 345 OMX_CONF_BAIL_IF_ERROR(_eError); \ 349 #define OMX_DBG_SET_ERROR_BAIL(_eError, _eErrorValue, dbg, cmd, format, list...) \ argument 352 OMX_CONF_SET_ERROR_BAIL(_eError, _eErrorValue); \
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_Utils.h | 131 #define OMX_SET_ERROR_BAIL(_eError, _eCode)\ argument 133 _eError = _eCode; \
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 157 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument 159 _eError = _eCode; \
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 80 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument 82 _eError = _eCode; \
|
/hardware/ti/omap4-aah/domx/test/sample_proxy/ |
D | test_sample_proxy.c | 142 #define OMX_TEST_BAIL_IF_ERROR(_eError) \ argument 143 if(OMX_ErrorNone != (eError = _eError)){ \
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
D | test_sample_proxy.c | 142 #define OMX_TEST_BAIL_IF_ERROR(_eError) \ argument 143 if(OMX_ErrorNone != (eError = _eError)){ \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 1225 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument 1227 _eError = _eCode; \
|