Searched refs:video_height (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/pci/zoran/ |
| H A D | zoran_device.c | 225 static void zr36057_set_vfe(struct zoran *zr, int video_width, int video_height, in zr36057_set_vfe() argument 242 pci_dbg(zr->pci_dev, "set_vfe() - width = %d, height = %d\n", video_width, video_height); in zr36057_set_vfe() 245 video_height < BUZ_MIN_HEIGHT || in zr36057_set_vfe() 246 video_width > wa || video_height > ha) { in zr36057_set_vfe() 247 pci_err(zr->pci_dev, "set_vfe: w=%d h=%d not valid\n", video_width, video_height); in zr36057_set_vfe() 279 disp_mode = !(video_height > BUZ_MAX_HEIGHT / 2); in zr36057_set_vfe() 280 vid_win_ht = disp_mode ? video_height : video_height / 2; in zr36057_set_vfe()
|