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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h293 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot);
H A Dpwc-if.c980 start = ret = pwc_set_video_mode(pdev, width, height, new_fps, new_compression, new_snapshot);
982 PWC_DEBUG_FLOW("pwc_set_video_mode attempt 1 failed.\n");
984 start = pwc_set_video_mode(pdev, pdev->view.x, pdev->view.y, pdev->vframes, pdev->vcompression, pdev->vsnapshot);
986 PWC_DEBUG_FLOW("pwc_set_video_mode attempt 2 failed.\n");
1184 i = pwc_set_video_mode(pdev, pwc_image_sizes[pdev->vsize].x, pwc_image_sizes[pdev->vsize].y, pdev->vframes, pdev->vcompression, 0);
1193 i = pwc_set_video_mode(pdev,
H A Dpwc-ctrl.c428 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) function

Completed in 48 milliseconds