Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dw9968cf.c2249 u16 maxw, maxh; in w9968cf_adjust_window_size() local
2256 maxh = cam->upscaling && !(cam->vpp_flag & VPP_DECOMPRESSION) in w9968cf_adjust_window_size()
2261 if (*height > maxh) in w9968cf_adjust_window_size()
2262 *height = maxh; in w9968cf_adjust_window_size()