Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h173 enum tpg_move_mode mv_vert_mode; member
528 enum tpg_move_mode mv_vert_mode) in tpg_s_mv_vert_mode() argument
530 tpg->mv_vert_mode = mv_vert_mode; in tpg_s_mv_vert_mode()
573 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
Dvivid-tpg.c111 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
1523 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1524 switch (tpg->mv_vert_mode) { in tpg_update_mv_step()