Home
last modified time | relevance | path

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

/drivers/media/platform/vivid/
Dvivid-tpg.h179 enum tpg_move_mode mv_vert_mode; member
548 enum tpg_move_mode mv_vert_mode) in tpg_s_mv_vert_mode() argument
550 tpg->mv_vert_mode = mv_vert_mode; in tpg_s_mv_vert_mode()
593 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()
1723 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1724 switch (tpg->mv_vert_mode) { in tpg_update_mv_step()