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

/drivers/media/pci/zoran/
H A Dzoran_card.c756 settings->img_width = BUZ_MAX_WIDTH;
765 settings->img_x = (BUZ_MAX_WIDTH == 720) ? 8 : 0;
768 (BUZ_MAX_WIDTH == 720) ? 704 : BUZ_MAX_WIDTH;
786 settings->img_x = (BUZ_MAX_WIDTH == 720) ? 8 : 0;
789 (BUZ_MAX_WIDTH == 720) ? 704 : BUZ_MAX_WIDTH;
822 if (settings->img_width < 0 || settings->img_width > BUZ_MAX_WIDTH) {
823 settings->img_width = clamp(settings->img_width, 0, (int)BUZ_MAX_WIDTH);
830 if (settings->img_x + settings->img_width > BUZ_MAX_WIDTH) {
[all...]
H A Dzoran_driver.c449 height > BUZ_MAX_HEIGHT || width > BUZ_MAX_WIDTH) {
933 /* used to be BUZ_MAX_WIDTH/HEIGHT, but that gives overflows
1188 if (width > BUZ_MAX_WIDTH)
1189 width = BUZ_MAX_WIDTH;
1195 width > BUZ_MAX_WIDTH || height > BUZ_MAX_HEIGHT) {
1661 if (fmt->fmt.win.w.width > BUZ_MAX_WIDTH)
1662 fmt->fmt.win.w.width = BUZ_MAX_WIDTH;
1710 settings.img_x = (BUZ_MAX_WIDTH == 720) ? 8 : 0;
1711 settings.img_width = (BUZ_MAX_WIDTH == 720) ? 704 : BUZ_MAX_WIDTH;
[all...]
H A Dzoran.h48 #define BUZ_MAX_WIDTH (zr->timing->Wa) macro
H A Dzoran_device.c450 mask_line_size = (BUZ_MAX_WIDTH + 31) / 32;
535 * and the maximum window size is BUZ_MAX_WIDTH * BUZ_MAX_HEIGHT pixels.
541 unsigned mask_line_size = (BUZ_MAX_WIDTH + 31) / 32;

Completed in 35 milliseconds