Lines Matching defs:height
112 len = (vc->width * vc->height * vc->format->depth) >> 3;
237 buf_len = (vc->width * vc->height * vc->format->depth) >> 3;
428 (vc->width * vc->height * vc->format->depth) >> 3;
568 (vc->width * vc->height * vc->format->depth) >> 3;
630 f->fmt.pix.height = vc->height;
635 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline;
658 if (f->fmt.pix.height <= video_height / 2)
659 f->fmt.pix.height = video_height / 2;
661 f->fmt.pix.height = video_height;
664 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline;
673 unsigned int height, bool realloc)
681 vc->height = height;
705 if (vc->height <= TW686X_VIDEO_HEIGHT(vc->video_standard) / 2)
729 dma_height = vc->height / 2;
747 area = vc->width * vc->height;
752 realloc = area != (f->fmt.pix.width * f->fmt.pix.height);
754 f->fmt.pix.width, f->fmt.pix.height,
822 * calling g_fmt and s_fmt will sanitize the height