Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/media/video/
Dw9966.c125 u16 min_x, max_x; // Capture window limits member
526 w = MIN(cam->max_x - cam->min_x, w); in w9966_window()
539 if (!w9966_calcscale(w, cam->min_x, cam->max_x, &x1, &x2, &scale_x) || in w9966_window()
616 cam->min_x = 16; // empirically determined in w9966_saa7111_init()
657 cam->min_x = 16; // empirically determined in w9966_lc99053_init()
886 cam->max_x - cam->min_x, in w9966_v4l_ioctl()
1009 if (vwin.width > cam->max_x - cam->min_x || in w9966_v4l_ioctl()