Home
last modified time | relevance | path

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

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