Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c487 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr()
575 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color()
732 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
761 if (tpg->real_quantization == V4L2_QUANTIZATION_LIM_RANGE) { in precalculate_color()
1587 tpg->real_quantization = tpg->quantization; in tpg_recalc()
1612 tpg->real_quantization = V4L2_QUANTIZATION_FULL_RANGE; in tpg_recalc()
1620 tpg->real_quantization = in tpg_recalc()
1626 tpg->real_quantization = in tpg_recalc()
Dvivid-tpg.h136 u32 real_quantization; member