Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_AVCProfileBaseline (Results 1 – 5 of 5) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Video.h784 OMX_VIDEO_AVCProfileBaseline = 0x01, /**< Baseline profile */ enumerator
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp279 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()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp293 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()
Davc_enc.cpp233 case OMX_VIDEO_AVCProfileBaseline: in AvcEncInit()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2859 H264Type.eProfile = OMX_VIDEO_AVCProfileBaseline; in SetH264EncoderParameters()