Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c676 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr()
790 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color()
982 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE && in precalculate_color()
1022 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
2128 tpg->real_quantization = tpg->quantization; in tpg_recalc()
2139 tpg->real_quantization = in tpg_recalc()
2223 pr_info("tpg quantization: %d/%d\n", tpg->quantization, tpg->real_quantization); in tpg_log_status()
/kernel/linux/linux-5.10/include/media/tpg/
Dv4l2-tpg.h181 u32 real_quantization; member