Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp442 SetHeader(&pInPort->VideoOrientationType, sizeof(OMX_CONFIG_ROTATIONTYPE)); in ConstructComponent()
443 pInPort->VideoOrientationType.nPortIndex = OMX_PORT_INPUTPORT_INDEX; in ConstructComponent()
444 pInPort->VideoOrientationType.nRotation = -1; //For all the YUV formats that are other than RGB in ConstructComponent()
1087 ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoOrientationType, in ComponentInit()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp371 SetHeader(&pInPort->VideoOrientationType, sizeof(OMX_CONFIG_ROTATIONTYPE)); in ConstructComponent()
372 pInPort->VideoOrientationType.nPortIndex = OMX_PORT_INPUTPORT_INDEX; in ConstructComponent()
373 pInPort->VideoOrientationType.nRotation = -1; //For all the YUV formats that are other than RGB in ConstructComponent()
1035 ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoOrientationType, in ComponentInit()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h107 OMX_CONFIG_ROTATIONTYPE VideoOrientationType; member
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3929 …oscl_memcpy(pVideoRotation, &ipPorts[PortIndex]->VideoOrientationType, sizeof(OMX_CONFIG_ROTATIONT… in GetParameter()
4341 …oscl_memcpy(&ipPorts[PortIndex]->VideoOrientationType, pVideoRotation, sizeof(OMX_CONFIG_ROTATIONT… in SetParameter()