/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.h | 92 #define OMX_CONF_CHECK_CMD(_ptr1, _ptr2, _ptr3) \ macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 170 OMX_CONF_CHECK_CMD(hComp, 1, 1); /* checking for NULL pointers */ in OMX_ComponentInit() 519 …OMX_CONF_CHECK_CMD(pComponent,1,1); /* Checking for NULL pointers: pAppData is NU… in SetCallbacks() 620 OMX_CONF_CHECK_CMD(phandle,1,1); /*NOTE: Cmd, pCmdData, nParam are NULL for khronos*/ in SendCommand() 792 OMX_CONF_CHECK_CMD(hComp, 1, 1); in GetParameter() 1014 OMX_CONF_CHECK_CMD(hComp, 1, 1); in SetParameter() 1069 OMX_CONF_CHECK_CMD(pComponentPrivate->aacParams[OUTPUT_PORT], 1, 1); in SetParameter() 1095 OMX_CONF_CHECK_CMD(pComponentPrivate->aacParams[INPUT_PORT], 1, 1); in SetParameter() 1483 OMX_CONF_CHECK_CMD(pComponent,pBuffer,1); in EmptyThisBuffer() 1585 OMX_CONF_CHECK_CMD(pComponent,pBuffer,1); in FillThisBuffer() 1694 OMX_CONF_CHECK_CMD(pHandle,1,1); in ComponentDeInit() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Utils.c | 387 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleError() 440 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleLcmlEvent() 577 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandDisablePort() 832 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandEnablePort() 953 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandFlush() 1147 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandStateSet() 1257 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandStateSetIdle() 1808 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandStateSetExecuting() 1933 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandStateSetPause() 2028 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in OMX_VIDENC_HandleCommandStateSetLoaded() [all …]
|
D | OMX_VideoEncoder.c | 1078 OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1); in SetCallbacks() 1124 OMX_CONF_CHECK_CMD(hComp, ((OMX_COMPONENTTYPE *) hComp)->pComponentPrivate, 1); in GetComponentVersion() 1180 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in SendCommand() 1415 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in GetParameter() 1833 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in SetParameter() 2247 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in GetConfig() 2451 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in SetConfig() 2788 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in EmptyThisBuffer() 2939 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in FillThisBuffer() 3071 OMX_CONF_CHECK_CMD(hComponent, ((OMX_COMPONENTTYPE *) hComponent)->pComponentPrivate, 1); in ComponentDeInit() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 288 OMX_CONF_CHECK_CMD(hComponent, OMX_TRUE, OMX_TRUE); in OMX_ComponentInit() 517 OMX_CONF_CHECK_CMD(pComponent, pCallBacks, OMX_TRUE); in VIDDEC_SetCallbacks() 620 OMX_CONF_CHECK_CMD(hComponent, OMX_TRUE, OMX_TRUE); in VIDDEC_SendCommand() 801 OMX_CONF_CHECK_CMD(hComponent, ComponentParameterStructure, OMX_TRUE); in VIDDEC_GetParameter() 1236 OMX_CONF_CHECK_CMD(hComp, pCompParam, OMX_TRUE); in VIDDEC_SetParameter() 1690 OMX_CONF_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE); in VIDDEC_GetConfig() 2001 OMX_CONF_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE); in VIDDEC_SetConfig() 2374 OMX_CONF_CHECK_CMD(pComponent, OMX_TRUE, OMX_TRUE); in VIDDEC_EmptyThisBuffer() 2469 OMX_CONF_CHECK_CMD(pComponent, pBuffHead, OMX_TRUE); in VIDDEC_FillThisBuffer() 2569 OMX_CONF_CHECK_CMD(hComponent, OMX_TRUE, OMX_TRUE); in VIDDEC_ComponentDeInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 71 #define OMX_CONF_CHECK_CMD(_ptr1, _ptr2, _ptr3) \ macro
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 181 #define OMX_CONF_CHECK_CMD(_ptr1, _ptr2, _ptr3) \ macro
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 360 OMX_CONF_CHECK_CMD(_ptr1, _ptr2, _ptr3); \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 1217 #define OMX_CONF_CHECK_CMD(_ptr1, _ptr2, _ptr3) \ macro
|