Searched refs:v4l2_fmt (Results 1 – 1 of 1) sorted by relevance
84 struct v4l2_format v4l2_fmt; in create() local85 v4l2_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in create()86 result = ioctl(fd.get(), VIDIOC_G_FMT, &v4l2_fmt); in create()91 const uint32_t height = v4l2_fmt.fmt.pix.height; in create()92 const uint32_t width = v4l2_fmt.fmt.pix.width; in create()