Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/ipu3/
Dipu3-v4l2.c1126 struct v4l2_mbus_framefmt def_bus_fmt = { 0 }; in imgu_v4l2_node_setup() local
1136 def_bus_fmt.width = 1920; in imgu_v4l2_node_setup()
1137 def_bus_fmt.height = 1080; in imgu_v4l2_node_setup()
1138 def_bus_fmt.code = MEDIA_BUS_FMT_FIXED; in imgu_v4l2_node_setup()
1139 def_bus_fmt.field = V4L2_FIELD_NONE; in imgu_v4l2_node_setup()
1140 def_bus_fmt.colorspace = V4L2_COLORSPACE_RAW; in imgu_v4l2_node_setup()
1141 def_bus_fmt.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT; in imgu_v4l2_node_setup()
1142 def_bus_fmt.quantization = V4L2_QUANTIZATION_DEFAULT; in imgu_v4l2_node_setup()
1143 def_bus_fmt.xfer_func = V4L2_XFER_FUNC_DEFAULT; in imgu_v4l2_node_setup()
1145 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()
[all …]