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;
427 (vc->width * vc->height * vc->format->depth) >> 3;
567 (vc->width * vc->height * vc->format->depth) >> 3;
629 f->fmt.pix.height = vc->height;
634 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline;
657 if (f->fmt.pix.height <= video_height / 2)
658 f->fmt.pix.height = video_height / 2;
660 f->fmt.pix.height = video_height;
663 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline;
672 unsigned int height, bool realloc)
680 vc->height = height;
704 if (vc->height <= TW686X_VIDEO_HEIGHT(vc->video_standard) / 2)
728 dma_height = vc->height / 2;
746 area = vc->width * vc->height;
751 realloc = area != (f->fmt.pix.width * f->fmt.pix.height);
753 f->fmt.pix.width, f->fmt.pix.height,
819 * calling g_fmt and s_fmt will sanitize the height