Searched refs:gb_streams (Results 1 – 1 of 1) sorted by relevance
790 struct gb_camera_stream_config *gb_streams; in gb_camera_op_configure_streams() local799 gb_streams = kcalloc(gb_nstreams, sizeof(*gb_streams), GFP_KERNEL); in gb_camera_op_configure_streams()800 if (!gb_streams) in gb_camera_op_configure_streams()804 gb_streams[i].width = streams[i].width; in gb_camera_op_configure_streams()805 gb_streams[i].height = streams[i].height; in gb_camera_op_configure_streams()806 gb_streams[i].format = in gb_camera_op_configure_streams()814 &gb_flags, gb_streams, csi_params); in gb_camera_op_configure_streams()827 streams[i].width = gb_streams[i].width; in gb_camera_op_configure_streams()828 streams[i].height = gb_streams[i].height; in gb_camera_op_configure_streams()829 streams[i].vc = gb_streams[i].vc; in gb_camera_op_configure_streams()[all …]