Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c39 bool dst_yuv; /* is the dst a YUV color format */ member
682 c->dst_yuv = (dst->fmt->pixelformat == V4L2_PIX_FMT_NV12) || in bdisp_hw_get_op_cfg()
684 c->dst_420 = c->dst_yuv; in bdisp_hw_get_op_cfg()
686 c->cconv = (c->src_yuv != c->dst_yuv); in bdisp_hw_get_op_cfg()