Searched refs:base_width (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c376 unsigned int base_width, base_height; local
381 base_width = 720;
386 base_width / 20, base_width);
395 f->fmt.pix.width = base_width;
400 if (width < base_width && width > base_width / 2) {
411 col_n = div_round_integer(width, base_width - width);
415 f->fmt.pix.width = (base_width * col_n) / (col_n + 1);
418 } else if (width <= base_width /
[all...]

Completed in 224 milliseconds