Searched refs:tpg_hscale_div (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2081 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern() 2083 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern() 2101 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras() 2109 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras() 2118 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras() 2191 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras() 2192 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras() 2239 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
|
/Linux-v4.19/include/media/tpg/ |
D | v4l2-tpg.h | 448 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function
|