Searched refs:pPortParamTypeOthers (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h370 OMX_PORT_PARAM_TYPE *pPortParamTypeOthers; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h385 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c485 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE));
568 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE);
569 pComponentPrivate->pPortParamTypeOthers->nPorts = 0;
570 pComponentPrivate->pPortParamTypeOthers->nStartPortNumber = -1;
1032 memcpy(pComponentParameterStructure, pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE));
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c351 OMX_MALLOC_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
836 memcpy(ComponentParameterStructure, pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE));
1330 memcpy(pComponentPrivate->pPortParamTypeOthers, (OMX_PORT_PARAM_TYPE*)pCompParam, sizeof(OMX_PORT_PARAM_TYPE));
2719 if(pComponentPrivate->pPortParamTypeOthers) {
2720 free(pComponentPrivate->pPortParamTypeOthers);
2721 pComponentPrivate->pPortParamTypeOthers = NULL;
H A DOMX_VideoDec_Utils.c842 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
843 pComponentPrivate->pPortParamTypeOthers->nPorts = VIDDEC_ZERO;
844 pComponentPrivate->pPortParamTypeOthers->nStartPortNumber = VIDDEC_ZERO;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c745 OMX_MALLOC(pComponentPrivate->pPortParamTypeOthers, sizeof(OMX_PORT_PARAM_TYPE));
1088 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortParamTypeOthers,
H A DOMX_VPP_Utils.c3259 OMX_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE);
3260 pComponentPrivate->pPortParamTypeOthers->nPorts = 0;
3261 pComponentPrivate->pPortParamTypeOthers->nStartPortNumber = -1;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h871 OMX_PORT_PARAM_TYPE* pPortParamTypeOthers; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 127 milliseconds