Searched refs:v4l2_fmt (Results 1 – 1 of 1) sorted by relevance
87 struct v4l2_format v4l2_fmt; in create() local88 v4l2_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in create()89 result = ioctl(fd.get(), VIDIOC_G_FMT, &v4l2_fmt); in create()94 const uint32_t height = v4l2_fmt.fmt.pix.height; in create()95 const uint32_t width = v4l2_fmt.fmt.pix.width; in create()