Lines Matching refs:pix_fmt
217 struct v4l2_pix_format pix_fmt; member
988 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
989 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
990 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_start()
1037 f->fmt.pix = video->pix_fmt; in aspeed_video_get_format()
1128 fsize->discrete.width = video->pix_fmt.width; in aspeed_video_enum_framesizes()
1129 fsize->discrete.height = video->pix_fmt.height; in aspeed_video_enum_framesizes()
1177 video->pix_fmt.width = timings->bt.width; in aspeed_video_set_dv_timings()
1178 video->pix_fmt.height = timings->bt.height; in aspeed_video_set_dv_timings()
1179 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_set_dv_timings()
1536 video->pix_fmt.pixelformat = V4L2_PIX_FMT_JPEG; in aspeed_video_setup_video()
1537 video->pix_fmt.field = V4L2_FIELD_NONE; in aspeed_video_setup_video()
1538 video->pix_fmt.colorspace = V4L2_COLORSPACE_SRGB; in aspeed_video_setup_video()
1539 video->pix_fmt.quantization = V4L2_QUANTIZATION_FULL_RANGE; in aspeed_video_setup_video()