Lines Matching defs:fmt
669 struct v4l2_format fmt;
670 memset(&fmt, 0, sizeof(fmt));
671 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
672 fmt.fmt.pix_mp.width = h->stride;
673 fmt.fmt.pix_mp.height = cfg.h;
674 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_BGR32;
675 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
676 fmt.fmt.pix_mp.num_planes = 1;
677 ret = exynos_v4l2_s_fmt(hl.fd, &fmt);