Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/ti/vpe/
A Dcsc.c148 enum v4l2_ycbcr_encoding src_ycbcr_enc, dst_ycbcr_enc; in csc_set_coeff() local
155 src_ycbcr_enc = mp->ycbcr_enc; in csc_set_coeff()
160 src_ycbcr_enc = pix->ycbcr_enc; in csc_set_coeff()
187 if (src_ycbcr_enc == V4L2_YCBCR_ENC_DEFAULT) in csc_set_coeff()
188 src_ycbcr_enc = V4L2_YCBCR_ENC_601; in csc_set_coeff()
193 if (src_ycbcr_enc == V4L2_YCBCR_ENC_601) { in csc_set_coeff()
198 } else if (src_ycbcr_enc == V4L2_YCBCR_ENC_709) { in csc_set_coeff()

Completed in 2 milliseconds