Searched refs:def_bus_fmt (Results 1 – 1 of 1) sorted by relevance
1146 struct v4l2_mbus_framefmt def_bus_fmt = { 0 }; in imgu_v4l2_node_setup() local1156 def_bus_fmt.width = 1920; in imgu_v4l2_node_setup()1157 def_bus_fmt.height = 1080; in imgu_v4l2_node_setup()1158 def_bus_fmt.code = MEDIA_BUS_FMT_FIXED; in imgu_v4l2_node_setup()1159 def_bus_fmt.field = V4L2_FIELD_NONE; in imgu_v4l2_node_setup()1160 def_bus_fmt.colorspace = V4L2_COLORSPACE_RAW; in imgu_v4l2_node_setup()1165 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()1166 def_pix_fmt.height = def_bus_fmt.height; in imgu_v4l2_node_setup()1167 def_pix_fmt.field = def_bus_fmt.field; in imgu_v4l2_node_setup()1176 def_pix_fmt.ycbcr_enc = def_bus_fmt.ycbcr_enc; in imgu_v4l2_node_setup()[all …]