summaryrefslogtreecommitdiff
path: root/curvetun_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun_client.c')
0 files changed, 0 insertions, 0 deletions
252a21d&id2=7a1ff36c2cdfeed9bef2d5ce0aa13d72eccc773f'>diff)
drm/rockchip: vop: correct the source size of uv scale factor setting
When the input color format is YUV, we need to do some external scale for CBCR. Like, * In YUV420 data format: cbcr_xscale = dst_w / src_w * 2; cbcr_yscale = dst_h / src_h * 2; * In YUV422 data format: cbcr_xscale = dst_w / src_w * 2; cbcr_yscale = dst_h / src_h; * In YUV444 data format cbcr_xscale = dst_w / src_w; cbcr_yscale = dst_h / src_h; Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Diffstat