Lines Matching defs:height
196 int height;
733 .height = VGA_HEIGHT,
744 .height = CIF_HEIGHT,
755 .height = QVGA_HEIGHT,
766 .height = QCIF_HEIGHT,
784 .height = VGA_HEIGHT,
1007 wsize->height < info->min_height) {
1018 if (fmt->width >= wsize->width && fmt->height >= wsize->height)
1028 fmt->height = wsize->height;
1218 * Check if the width/height is valid.
1220 * If a minimum width/height was requested, filter out the capture
1228 if (info->min_height && win->height < info->min_height)
1230 if (fie->width == win->width && fie->height == win->height)
1257 * If a minimum width/height was requested, filter out the capture
1265 if (info->min_height && win->height < info->min_height)
1269 fse->min_height = fse->max_height = win->height;
1717 format->height = info->devtype->win_sizes[0].height;