Lines Matching refs:step
1572 for (line = first; line < 16; line += vdiv * step) { \
1575 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \
1618 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_2() argument
1625 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_4() argument
1632 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_6() argument
1639 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_8() argument
1648 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text() local
1649 unsigned div = step; in tpg_gen_text()
1678 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1682 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1686 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1690 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()