Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h539 static inline void tpg_update_mv_count(struct tpg_data *tpg, bool frame_is_field) in tpg_update_mv_count() argument
541 tpg->mv_hor_count += tpg->mv_hor_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()
542 tpg->mv_vert_count += tpg->mv_vert_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()