Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttvp.h212 __s32 max_scaled_width; member
Dbttv-driver.c1134 c->max_scaled_width = c->rect.width & ~3; in bttv_crop_calc_limits()
1598 width > c.max_scaled_width || in bttv_prepare_buffer()
1953 } else if (width > c->max_scaled_width) { in bttv_crop_adjust()
2045 max_width = c->max_scaled_width; in limit_scaled_size_lock()
2898 } else if (fh->width > c.max_scaled_width) { in bttv_s_crop()
2899 fh->width = c.max_scaled_width; in bttv_s_crop()
2900 btv->init.width = c.max_scaled_width; in bttv_s_crop()