Searched refs:yuvmode (Results 1 – 1 of 1) sorted by relevance
2525 GE_YUVMode yuvmode; in MApi_GFX_SetDC_CSC_FMT_U02() local2534 yuvmode.rgb2yuv = (GE_Csc_Rgb2Yuv)u32op1; in MApi_GFX_SetDC_CSC_FMT_U02()2540 yuvmode.out_range = (GE_YUV_OutRange)u32op1; in MApi_GFX_SetDC_CSC_FMT_U02()2546 yuvmode.in_range = (GE_YUV_InRange)u32op1; in MApi_GFX_SetDC_CSC_FMT_U02()2552 yuvmode.dst_fmt = (GE_YUV_422)u32op1; in MApi_GFX_SetDC_CSC_FMT_U02()2558 yuvmode.src_fmt = (GE_YUV_422)u32op1; in MApi_GFX_SetDC_CSC_FMT_U02()2560 MDrv_GE_SetYUVMode(g_apiGFXLocal.g_pGEContext, &yuvmode); in MApi_GFX_SetDC_CSC_FMT_U02()