Home
last modified time | relevance | path

Searched refs:pPortParamTypeVideo (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h369 OMX_PORT_PARAM_TYPE *pPortParamTypeVideo; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h384 OMX_PORT_PARAM_TYPE* pPortParamTypeVideo; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c484 OMX_MALLOC(pComponentPrivate->pPortParamTypeVideo, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit()
564 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeVideo, OMX_PORT_PARAM_TYPE); in OMX_ComponentInit()
565 pComponentPrivate->pPortParamTypeVideo->nPorts = 0; in OMX_ComponentInit()
566 pComponentPrivate->pPortParamTypeVideo->nStartPortNumber = -1; in OMX_ComponentInit()
1028 …memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamTypeVideo, sizeof(OMX_PORT_PARAM… in JPEGENC_GetParameter()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c744 OMX_MALLOC(pComponentPrivate->pPortParamTypeVideo, sizeof(OMX_PORT_PARAM_TYPE)); in OMX_ComponentInit()
1079 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortParamTypeVideo, in VPP_GetParameter()
1299 pTemp = memcpy(((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortParamTypeVideo, in VPP_SetParameter()
DOMX_VPP_Utils.c3247 OMX_INIT_STRUCT(pComponentPrivate->pPortParamTypeVideo, OMX_PORT_PARAM_TYPE); in VPP_Initialize_PrivateStruct()
3248 pComponentPrivate->pPortParamTypeVideo->nPorts = NUM_OF_VPP_PORTS; in VPP_Initialize_PrivateStruct()
3249 pComponentPrivate->pPortParamTypeVideo->nStartPortNumber = 0; in VPP_Initialize_PrivateStruct()