Searched refs:OMX_VIDEO_AVCProfileBaseline (Results 1 – 5 of 5) sorted by relevance
784 OMX_VIDEO_AVCProfileBaseline = 0x01, /**< Baseline profile */ enumerator
279 ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoAvc.eProfile = OMX_VIDEO_AVCProfileBaseline; in ConstructComponent()284 ipPorts[OMX_PORT_INPUTPORT_INDEX]->ProfileLevel.eProfile = OMX_VIDEO_AVCProfileBaseline; in ConstructComponent()
293 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoAvc.eProfile = OMX_VIDEO_AVCProfileBaseline; in ConstructComponent()313 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->ProfileLevel.eProfile = OMX_VIDEO_AVCProfileBaseline; in ConstructComponent()
233 case OMX_VIDEO_AVCProfileBaseline: in AvcEncInit()
2859 H264Type.eProfile = OMX_VIDEO_AVCProfileBaseline; in SetH264EncoderParameters()