Home
last modified time | relevance | path

Searched refs:OMX_DBG_SET_ERROR_BAIL (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c1085 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUndefined, pComponentPrivate->dbg, in SetCallbacks()
1133 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorIncorrectStateOperation, in GetComponentVersion()
1190 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorIncorrectStateOperation, in SendCommand()
1240 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorBadPortIndex, in SendCommand()
1247 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUndefined, in SendCommand()
1256 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUndefined, in SendCommand()
1283 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorBadParameter, in SendCommand()
1291 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUndefined, in SendCommand()
1300 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUndefined, in SendCommand()
1324 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorBadParameter, in SendCommand()
[all …]
DOMX_VideoEnc_Utils.c3376 OMX_DBG_SET_ERROR_BAIL(eError, OMX_ErrorUnsupportedSetting, in OMX_VIDENC_InitDSP_H264Enc()
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Debug.h349 #define OMX_DBG_SET_ERROR_BAIL(_eError, _eErrorValue, dbg, cmd, format, list...) \ macro