Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1786 unsigned real_x = src_x; in tpg_precalculate_line() local
1789 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line()
1790 color1 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()
1799 real_x = src_x; in tpg_precalculate_line()
1800 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line()
1801 color2 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()