Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c680 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr()
794 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color()
986 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE && in precalculate_color()
1026 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
2134 tpg->real_quantization = tpg->quantization; in tpg_recalc()
2145 tpg->real_quantization = in tpg_recalc()
2229 pr_info("tpg quantization: %d/%d\n", tpg->quantization, tpg->real_quantization); in tpg_log_status()
/Linux-v6.6/include/media/tpg/
Dv4l2-tpg.h181 u32 real_quantization; member