Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.h118 #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/
DOMX_VideoEnc_Utils.h139 #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/
DOMX_TI_Debug.h341 #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/
DOMX_VPP_Utils.h131 #define OMX_SET_ERROR_BAIL(_eError, _eCode)\ argument
133 _eError = _eCode; \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h157 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument
159 _eError = _eCode; \
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h80 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument
82 _eError = _eCode; \
/hardware/ti/omap4-aah/domx/test/sample_proxy/
Dtest_sample_proxy.c142 #define OMX_TEST_BAIL_IF_ERROR(_eError) \ argument
143 if(OMX_ErrorNone != (eError = _eError)){ \
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Dtest_sample_proxy.c142 #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/
DOMX_VideoDec_Utils.h1225 #define OMX_CONF_SET_ERROR_BAIL(_eError, _eCode)\ argument
1227 _eError = _eCode; \