Home
last modified time | relevance | path

Searched refs:pPortParamTypeOthers (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h370 OMX_PORT_PARAM_TYPE *pPortParamTypeOthers; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h385 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c485 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/
DOMX_VideoDecoder.c351 …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/
DOMX_VPP_Utils.c3259 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()
DOMX_VPP.c745 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/
DOMX_VideoDec_Utils.h871 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member