Searched refs:tpg_hscale_div (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2261 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern() 2263 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern() 2281 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras() 2289 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras() 2298 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras() 2371 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras() 2372 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras() 2419 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
|
/Linux-v5.10/include/media/tpg/ |
D | v4l2-tpg.h | 450 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function
|