Searched refs:pPortParamTypeOthers (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_Utils.h | 370 OMX_PORT_PARAM_TYPE *pPortParamTypeOthers; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 385 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEncoder.c | 485 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 568 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit() 569 pComponentPrivate->pPortParamTypeOthers->nPorts = 0; in OMX_ComponentInit() 570 pComponentPrivate->pPortParamTypeOthers->nStartPortNumber = -1; in OMX_ComponentInit() 1032 …memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARA… in JPEGENC_GetParameter()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 351 …OMX_MALLOC_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE,pComponentPrivate->… in OMX_ComponentInit() 836 …memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM… in VIDDEC_GetParameter() 1330 …memcpy(pComponentPrivate->pPortParamTypeOthers, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_… in VIDDEC_SetParameter() 2719 if(pComponentPrivate->pPortParamTypeOthers) { in VIDDEC_ComponentDeInit() 2720 free(pComponentPrivate->pPortParamTypeOthers); in VIDDEC_ComponentDeInit() 2721 pComponentPrivate->pPortParamTypeOthers = NULL; in VIDDEC_ComponentDeInit()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 3259 OMX_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE); in VPP_Initialize_PrivateStruct() 3260 pComponentPrivate->pPortParamTypeOthers->nPorts = 0; in VPP_Initialize_PrivateStruct() 3261 pComponentPrivate->pPortParamTypeOthers->nStartPortNumber = -1; in VPP_Initialize_PrivateStruct()
|
D | OMX_VPP.c | 745 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit() 1088 … ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortParamTypeOthers, in VPP_GetParameter()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 871 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member
|