Home
last modified time | relevance | path

Searched refs:OMX_COLOR_FormatYUV420Planar (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp132 if ((OMX_COLOR_FormatYUV420Planar == aInputParam.eColorFormat) || in Mp4EncInit()
165 …if (((iSrcWidth & 0xF) || (iSrcHeight & 0xF)) || OMX_COLOR_FormatYUV420Planar != iVideoFormat) /* … in Mp4EncInit()
677 if (OMX_COLOR_FormatYUV420Planar == iVideoFormat) in Mp4EncodeVideo()
723 if (iVideoFormat == OMX_COLOR_FormatYUV420Planar) in Mp4EncodeVideo()
Domx_mpeg4enc_component.cpp291 …orts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
392 pInPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp143 if ((OMX_COLOR_FormatYUV420Planar == aInputParam.eColorFormat) || in AvcEncInit()
178 …if ((iSrcWidth & 0xF) || (iSrcHeight & 0xF) || (OMX_COLOR_FormatYUV420Planar != iVideoFormat)) /* … in AvcEncInit()
545 if (OMX_COLOR_FormatYUV420Planar == iVideoFormat) in AvcEncodeSendInput()
Domx_avcenc_component.cpp253 …orts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
331 pInPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_IVCommon.h125 OMX_COLOR_FormatYUV420Planar, enumerator
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp263 …rts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
313 pOutPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp338 …rts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
415 pOutPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp854 else if (iOMXVideoColorFormat == OMX_COLOR_FormatYUV420Planar) in NegotiateComponentParameters()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp4274 else if (videoformat->eColorFormat == OMX_COLOR_FormatYUV420Planar) in SetParameter()