Home
last modified time | relevance | path

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

/linux-5.19.10/include/media/tpg/
Dv4l2-tpg.h615 static inline void tpg_update_mv_count(struct tpg_data *tpg, bool frame_is_field) in tpg_update_mv_count() argument
617 tpg->mv_hor_count += tpg->mv_hor_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()
618 tpg->mv_vert_count += tpg->mv_vert_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()