Searched refs:format_output (Results 1 – 1 of 1) sorted by relevance
573 struct v4l2_fmtdesc format_output; in test_VIDIOC_ENUM_FRAMESIZES_NULL() local598 memset(&format_output, 0xff, sizeof(format_output)); in test_VIDIOC_ENUM_FRAMESIZES_NULL()599 format_output.index = 0; in test_VIDIOC_ENUM_FRAMESIZES_NULL()600 format_output.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in test_VIDIOC_ENUM_FRAMESIZES_NULL()602 ret_fmt_output = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &format_output); in test_VIDIOC_ENUM_FRAMESIZES_NULL()607 __FILE__, __LINE__, format_output.index, format_output.type, in test_VIDIOC_ENUM_FRAMESIZES_NULL()639 fmt = format_output.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()