Lines Matching defs:width
193 pdev->width = pwc_image_sizes[size][0];
195 pdev->frame_size = (pdev->width * pdev->height * 3) / 2;
256 pdev->width = pwc_image_sizes[size][0];
262 pdev->frame_size = (pdev->width * pdev->height * 12) / 8;
307 pdev->width = pwc_image_sizes[size][0];
313 pdev->frame_size = (pdev->width * pdev->height * 12) / 8;
319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
325 width, height, frames, pixfmt);
326 size = pwc_get_size(pdev, width, height);
344 PWC_DEBUG_SIZE("Set resolution to %dx%d\n", pdev->width, pdev->height);