Searched refs:pProfileType (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c514 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pProfileType,
518 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pProfileType,
890 OMX_CONF_INIT_STRUCT(pCompPortIn->pProfileType, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
891 pCompPortIn->pProfileType->nPortIndex = VIDENC_INPUT_PORT;
892 pCompPortIn->pProfileType->eLevel = OMX_VIDEO_AVCLevel1;
893 pCompPortIn->pProfileType->eProfile = OMX_VIDEO_AVCProfileBaseline;
894 pCompPortIn->pProfileType->nProfileIndex = 0;
896 OMX_CONF_INIT_STRUCT(pCompPortOut->pProfileType, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
897 pCompPortOut->pProfileType->nPortIndex = VIDENC_OUTPUT_PORT;
898 pCompPortOut->pProfileType
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h517 OMX_VIDEO_PARAM_PROFILELEVELTYPE* pProfileType; member in struct:VIDEOENC_PORT_TYPE

Completed in 98 milliseconds