Lines Matching defs:height
194 pdev->height = pwc_image_sizes[size][1];
195 pdev->frame_size = (pdev->width * pdev->height * 3) / 2;
257 pdev->height = pwc_image_sizes[size][1];
260 pdev->frame_size = (pChoose->bandlength * pdev->height) / 4;
262 pdev->frame_size = (pdev->width * pdev->height * 12) / 8;
308 pdev->height = pwc_image_sizes[size][1];
311 pdev->frame_size = (pdev->vbandlength * pdev->height) / 4;
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);