Searched refs:dst_ycbcr_enc (Results 1 – 1 of 1) sorted by relevance
148 enum v4l2_ycbcr_encoding src_ycbcr_enc, dst_ycbcr_enc; in csc_set_coeff() local167 dst_ycbcr_enc = mp->ycbcr_enc; in csc_set_coeff()172 dst_ycbcr_enc = pix->ycbcr_enc; in csc_set_coeff()215 if (dst_ycbcr_enc == V4L2_YCBCR_ENC_DEFAULT) in csc_set_coeff()216 dst_ycbcr_enc = V4L2_YCBCR_ENC_601; in csc_set_coeff()221 if (dst_ycbcr_enc == V4L2_YCBCR_ENC_601) { in csc_set_coeff()226 } else if (dst_ycbcr_enc == V4L2_YCBCR_ENC_709) { in csc_set_coeff()
Completed in 4 milliseconds