Home
last modified time | relevance | path

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

/linux-6.6.21/include/media/tpg/
Dv4l2-tpg.h221 int mv_vert_step; member
634 tpg->mv_vert_count += tpg->mv_vert_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()
/linux-6.6.21/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2071 tpg->mv_vert_step = ((tpg->src_width + 319) / 320) * 4; in tpg_update_mv_step()
2075 tpg->mv_vert_step = ((tpg->src_width + 639) / 640) * 4; in tpg_update_mv_step()
2079 tpg->mv_vert_step = 1; in tpg_update_mv_step()
2082 tpg->mv_vert_step = 0; in tpg_update_mv_step()
2086 tpg->mv_vert_step = tpg->src_height - tpg->mv_vert_step; in tpg_update_mv_step()
2273 (tpg->mv_vert_count + tpg->mv_vert_step) % tpg->src_height; in tpg_fill_params_pattern()