Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds