Lines Matching refs:pix_fmt
293 struct v4l2_pix_format pix_fmt; member
1317 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
1318 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
1319 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_start()
1361 f->pixelformat = video->pix_fmt.pixelformat; in aspeed_video_enum_format()
1371 f->fmt.pix = video->pix_fmt; in aspeed_video_get_format()
1394 video->pix_fmt.pixelformat = f->fmt.pix.pixelformat; in aspeed_video_set_format()
1485 fsize->discrete.width = video->pix_fmt.width; in aspeed_video_enum_framesizes()
1486 fsize->discrete.height = video->pix_fmt.height; in aspeed_video_enum_framesizes()
1534 video->pix_fmt.width = timings->bt.width; in aspeed_video_set_dv_timings()
1535 video->pix_fmt.height = timings->bt.height; in aspeed_video_set_dv_timings()
1536 video->pix_fmt.sizeimage = video->max_compressed_size; in aspeed_video_set_dv_timings()
1931 seq_printf(s, " %-20s:\t%d\n", "Width", v->pix_fmt.width); in aspeed_video_debugfs_show()
1932 seq_printf(s, " %-20s:\t%d\n", "Height", v->pix_fmt.height); in aspeed_video_debugfs_show()
2001 video->pix_fmt.pixelformat = V4L2_PIX_FMT_JPEG; in aspeed_video_setup_video()
2002 video->pix_fmt.field = V4L2_FIELD_NONE; in aspeed_video_setup_video()
2003 video->pix_fmt.colorspace = V4L2_COLORSPACE_SRGB; in aspeed_video_setup_video()
2004 video->pix_fmt.quantization = V4L2_QUANTIZATION_FULL_RANGE; in aspeed_video_setup_video()