Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/media/video/
Dw9966.c519 u8 scale_x, scale_y; in w9966_window() local
539 if (!w9966_calcscale(w, cam->min_x, cam->max_x, &x1, &x2, &scale_x) || in w9966_window()
544 w, h, x1, x2, y1, y2, scale_x&~0x80, scale_y&~0x80); in w9966_window()
550 regs[0x03] = scale_x; // H-scaling in w9966_window()