Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1145 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()
1148 def_pix_fmt.num_planes = 1; in imgu_v4l2_node_setup()
1149 def_pix_fmt.plane_fmt[0].bytesperline = in imgu_v4l2_node_setup()
1150 imgu_bytesperline(def_pix_fmt.width, in imgu_v4l2_node_setup()
1152 def_pix_fmt.plane_fmt[0].sizeimage = in imgu_v4l2_node_setup()
1153 def_pix_fmt.height * def_pix_fmt.plane_fmt[0].bytesperline; in imgu_v4l2_node_setup()
1154 def_pix_fmt.flags = 0; in imgu_v4l2_node_setup()
1173 def_pix_fmt.pixelformat = node->output ? in imgu_v4l2_node_setup()
[all …]