Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_H263ProfileBaseline (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp351 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in ConstructComponent()
373 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->ProfileLevel.eProfile = OMX_VIDEO_H263ProfileBaseline; in ConstructComponent()
1071 if ((OMX_VIDEO_H263ProfileBaseline != H263Param->eProfile) || in ComponentInit()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Video.h425 OMX_VIDEO_H263ProfileBaseline = 0x01, enumerator
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp370 …ORT_INDEX]->VideoH263.eProfile = (OMX_VIDEO_H263PROFILETYPE) (OMX_VIDEO_H263ProfileBaseline | OMX_… in ConstructComponent()
375 …ipPorts[OMX_PORT_INPUTPORT_INDEX]->ProfileLevel.eProfile = OMX_VIDEO_H263ProfileBaseline | OMX_VID… in ConstructComponent()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2802 H263Type.eProfile = OMX_VIDEO_H263ProfileBaseline; in SetH263EncoderParameters()