Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c626 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr()
740 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color()
932 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE && in precalculate_color()
972 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
1952 tpg->real_quantization = tpg->quantization; in tpg_recalc()
1963 tpg->real_quantization = in tpg_recalc()
2043 pr_info("tpg quantization: %d/%d\n", tpg->quantization, tpg->real_quantization); in tpg_log_status()
/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h181 u32 real_quantization; member