Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c1079 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pCallBacks, 1, 1); in SetCallbacks()
1128 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, szComponentName, pComponentVersion, pSpecVersion); in GetComponentVersion()
1129 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pComponentUUID, 1, 1); in GetComponentVersion()
1185 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pCmdData, 1, 1); in SendCommand()
1418 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, ComponentParameterStructure, 1, 1); in GetParameter()
1836 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pCompParam, 1, 1); in SetParameter()
2250 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, ComponentConfigStructure, 1, 1); in GetConfig()
2454 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, ComponentConfigStructure, 1, 1); in SetConfig()
2791 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pBufHead, 1, 1); in EmptyThisBuffer()
2942 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pBufHead, 1, 1); in FillThisBuffer()
[all …]
DOMX_VideoEnc_Utils.c586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut); in OMX_VIDENC_HandleCommandDisablePort()
2398 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pLcmlHandle, pPortDefIn, 1); in OMX_VIDENC_Process_FilledInBuf()
2418 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pBufHead, pBufferPrivate, 1); in OMX_VIDENC_Process_FilledInBuf()
2434 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pBufHead, pBufferPrivate, 1); in OMX_VIDENC_Process_FilledInBuf()
2465 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pUalgInpParams, 1, 1); in OMX_VIDENC_Process_FilledInBuf()
2662 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pUalgInpParams, 1, 1); in OMX_VIDENC_Queue_Mpeg4_Buffer()
3036 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pBufHead, 1, 1); in OMX_VIDENC_Process_FreeInBuf()
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Debug.h355 #define OMX_DBG_CHECK_CMD(dbg, _ptr1, _ptr2, _ptr3) \ macro