Searched refs:OMX_COLOR_FormatYUV420Planar (Results 1 – 9 of 9) sorted by relevance
132 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()
291 …orts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()392 pInPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
143 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()
253 …orts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()331 pInPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
125 OMX_COLOR_FormatYUV420Planar, enumerator
263 …rts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()313 pOutPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
338 …rts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()415 pOutPort->VideoParam[0].eColorFormat = OMX_COLOR_FormatYUV420Planar; in ConstructComponent()
854 else if (iOMXVideoColorFormat == OMX_COLOR_FormatYUV420Planar) in NegotiateComponentParameters()
4274 else if (videoformat->eColorFormat == OMX_COLOR_FormatYUV420Planar) in SetParameter()