Home
last modified time | relevance | path

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

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