Home
last modified time | relevance | path

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

/linux/drivers/media/usb/stk1160/
A Dstk1160-v4l.c43 unsigned int col_n, row_n; member
150 val, ctrl->col_n, ctrl->row_n); in stk1160_set_fmt()
373 unsigned int col_n, row_n; in stk1160_try_fmt() local
387 col_n = 0; in stk1160_try_fmt()
407 col_n = div_round_integer(width, base_width - width); in stk1160_try_fmt()
408 if (col_n > 0 && col_n <= 255) { in stk1160_try_fmt()
411 f->fmt.pix.width = (base_width * col_n) / (col_n + 1); in stk1160_try_fmt()
426 col_n = div_round_integer(base_width, width) - 1; in stk1160_try_fmt()
427 if (col_n > 0 && col_n <= 255) { in stk1160_try_fmt()
430 f->fmt.pix.width = base_width / (col_n + 1); in stk1160_try_fmt()
[all …]

Completed in 4 milliseconds