Searched refs:cam_rect (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.c1118 struct v4l2_rect *rect = &crop->c, *cam_rect = &cam_crop->c; local
1126 ret = client_g_rect(sd, cam_rect);
1134 if (!memcmp(rect, cam_rect, sizeof(*rect))) {
1138 cam->rect = *cam_rect;
1144 cam_rect->width, cam_rect->height,
1145 cam_rect->left, cam_rect->top,
1163 width = max(cam_rect->width, 2);
1164 height = max(cam_rect
1361 struct v4l2_rect *cam_rect = &cam_crop.c; local
[all...]

Completed in 43 milliseconds