Searched refs:def_bus_fmt (Results 1 – 1 of 1) sorted by relevance
1155 struct v4l2_mbus_framefmt def_bus_fmt = { 0 }; in imgu_v4l2_node_setup() local1165 def_bus_fmt.width = 1920; in imgu_v4l2_node_setup()1166 def_bus_fmt.height = 1080; in imgu_v4l2_node_setup()1167 def_bus_fmt.code = MEDIA_BUS_FMT_FIXED; in imgu_v4l2_node_setup()1168 def_bus_fmt.field = V4L2_FIELD_NONE; in imgu_v4l2_node_setup()1169 def_bus_fmt.colorspace = V4L2_COLORSPACE_RAW; in imgu_v4l2_node_setup()1170 def_bus_fmt.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT; in imgu_v4l2_node_setup()1171 def_bus_fmt.quantization = V4L2_QUANTIZATION_DEFAULT; in imgu_v4l2_node_setup()1172 def_bus_fmt.xfer_func = V4L2_XFER_FUNC_DEFAULT; in imgu_v4l2_node_setup()1174 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()[all …]