Searched refs:gb_streams (Results 1 – 1 of 1) sorted by relevance
794 gb_streams = kcalloc(gb_nstreams, sizeof(*gb_streams), GFP_KERNEL); in gb_camera_op_configure_streams()795 if (!gb_streams) in gb_camera_op_configure_streams()799 gb_streams[i].width = streams[i].width; in gb_camera_op_configure_streams()800 gb_streams[i].height = streams[i].height; in gb_camera_op_configure_streams()801 gb_streams[i].format = in gb_camera_op_configure_streams()809 &gb_flags, gb_streams, csi_params); in gb_camera_op_configure_streams()822 streams[i].width = gb_streams[i].width; in gb_camera_op_configure_streams()824 streams[i].vc = gb_streams[i].vc; in gb_camera_op_configure_streams()825 streams[i].dt[0] = gb_streams[i].dt[0]; in gb_camera_op_configure_streams()826 streams[i].dt[1] = gb_streams[i].dt[1]; in gb_camera_op_configure_streams()[all …]