Home
last modified time | relevance | path

Searched refs:def_bus_fmt (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/staging/media/ipu3/
Dipu3-v4l2.c1115 struct v4l2_mbus_framefmt def_bus_fmt = { 0 }; in imgu_v4l2_node_setup() local
1125 def_bus_fmt.width = 1920; in imgu_v4l2_node_setup()
1126 def_bus_fmt.height = 1080; in imgu_v4l2_node_setup()
1127 def_bus_fmt.code = MEDIA_BUS_FMT_FIXED; in imgu_v4l2_node_setup()
1128 def_bus_fmt.field = V4L2_FIELD_NONE; in imgu_v4l2_node_setup()
1129 def_bus_fmt.colorspace = V4L2_COLORSPACE_RAW; in imgu_v4l2_node_setup()
1130 def_bus_fmt.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT; in imgu_v4l2_node_setup()
1131 def_bus_fmt.quantization = V4L2_QUANTIZATION_DEFAULT; in imgu_v4l2_node_setup()
1132 def_bus_fmt.xfer_func = V4L2_XFER_FUNC_DEFAULT; in imgu_v4l2_node_setup()
1134 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()
[all …]