Searched refs:pPortParamTypeVideo (Results 1 – 5 of 5) sorted by relevance
369 OMX_PORT_PARAM_TYPE *pPortParamTypeVideo; member
384 OMX_PORT_PARAM_TYPE* pPortParamTypeVideo; member
484 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()
744 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()
3247 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()