Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c527 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr()
642 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color()
810 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
839 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
1788 tpg->real_quantization = tpg->quantization; in tpg_recalc()
1799 tpg->real_quantization = in tpg_recalc()
1859 pr_info("tpg quantization: %d/%d\n", tpg->quantization, tpg->real_quantization); in tpg_log_status()
Dvivid-tpg.h142 u32 real_quantization; member