Searched refs:cam_subrect (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c1481 struct v4l2_rect *cam_subrect = &cam->subrect; local
1484 if (cam_subrect->width == cam->rect.width &&
1485 cam_subrect->height == cam->rect.height) {
1495 cam_subrect->width, cam_subrect->height,
1496 cam_subrect->left, cam_subrect->top);
1507 scale_h = calc_generic_scale(cam_subrect->width, pix->width);
1508 scale_v = calc_generic_scale(cam_subrect->height, pix->height);

Completed in 104 milliseconds