Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-v4l2.c1114 struct v4l2_pix_format_mplane def_pix_fmt = { 0 }; in imgu_v4l2_node_setup() local
1132 def_pix_fmt.width = def_bus_fmt.width; in imgu_v4l2_node_setup()
1133 def_pix_fmt.height = def_bus_fmt.height; in imgu_v4l2_node_setup()
1134 def_pix_fmt.field = def_bus_fmt.field; in imgu_v4l2_node_setup()
1135 def_pix_fmt.num_planes = 1; in imgu_v4l2_node_setup()
1136 def_pix_fmt.plane_fmt[0].bytesperline = def_pix_fmt.width * 2; in imgu_v4l2_node_setup()
1137 def_pix_fmt.plane_fmt[0].sizeimage = in imgu_v4l2_node_setup()
1138 def_pix_fmt.height * def_pix_fmt.plane_fmt[0].bytesperline; in imgu_v4l2_node_setup()
1139 def_pix_fmt.flags = 0; in imgu_v4l2_node_setup()
1140 def_pix_fmt.colorspace = def_bus_fmt.colorspace; in imgu_v4l2_node_setup()
[all …]