Lines Matching defs:height
387 int width, int height, u32 pixfmt)
391 f->fmt.pix.height = height;
395 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.width * 3 / 2;
397 PWC_DEBUG_IOCTL("pwc_vidioc_fill_fmt() width=%d, height=%d, bytesperline=%d, sizeimage=%d, pixelformat=%c%c%c%c\n",
399 f->fmt.pix.height,
438 size = pwc_get_size(pdev, f->fmt.pix.width, f->fmt.pix.height);
463 PWC_DEBUG_IOCTL("Trying to set format to: width=%d height=%d fps=%d format=%c%c%c%c\n",
464 f->fmt.pix.width, f->fmt.pix.height, pdev->vframes,
470 ret = pwc_set_video_mode(pdev, f->fmt.pix.width, f->fmt.pix.height,
475 pwc_vidioc_fill_fmt(f, pdev->width, pdev->height, pdev->pixfmt);
894 pdev->width, pdev->height);
895 pwc_vidioc_fill_fmt(f, pdev->width, pdev->height, pdev->pixfmt);
923 fsize->discrete.height = pwc_image_sizes[i][1];
940 pwc_image_sizes[i][1] == fival->height) {
1003 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt,