Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A 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()
1145 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()
1146 def_pix_fmt.height = def_bus_fmt.height; in imgu_v4l2_node_setup()
1147 def_pix_fmt.field = def_bus_fmt.field; in imgu_v4l2_node_setup()
1156 def_pix_fmt.ycbcr_enc = def_bus_fmt.ycbcr_enc; in imgu_v4l2_node_setup()
[all …]