Lines Matching refs:pix_fmt
215 struct v4l2_pix_format pix_fmt; member
985 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
986 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
987 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_start()
1034 f->fmt.pix = video->pix_fmt; in aspeed_video_get_format()
1125 fsize->discrete.width = video->pix_fmt.width; in aspeed_video_enum_framesizes()
1126 fsize->discrete.height = video->pix_fmt.height; in aspeed_video_enum_framesizes()
1174 video->pix_fmt.width = timings->bt.width; in aspeed_video_set_dv_timings()
1175 video->pix_fmt.height = timings->bt.height; in aspeed_video_set_dv_timings()
1176 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_set_dv_timings()
1533 video->pix_fmt.pixelformat = V4L2_PIX_FMT_JPEG; in aspeed_video_setup_video()
1534 video->pix_fmt.field = V4L2_FIELD_NONE; in aspeed_video_setup_video()
1535 video->pix_fmt.colorspace = V4L2_COLORSPACE_SRGB; in aspeed_video_setup_video()
1536 video->pix_fmt.quantization = V4L2_QUANTIZATION_FULL_RANGE; in aspeed_video_setup_video()