media: rockchip: isp: thunder boot with multi sensor

Change-Id: I20efdaf70a24e9b892b40bed6420b2988b8125b4
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2023-03-06 15:45:37 +08:00
committed by Tao Huang
parent c8eb54c56b
commit d0edc7b3e7
6 changed files with 83 additions and 85 deletions

View File

@@ -1977,7 +1977,8 @@ struct rkisp_thunderboot_resmem_head {
u16 hdr_mode;
u16 width;
u16 height;
u32 bus_fmt;
u16 camera_num;
u16 camera_index;
u32 exp_time[3];
u32 exp_gain[3];

View File

@@ -1467,7 +1467,7 @@ struct rkisp32_isp_stat_buffer {
struct rkisp32_thunderboot_resmem_head {
struct rkisp_thunderboot_resmem_head head;
struct isp32_isp_params_cfg cfg;
};
} __attribute__ ((packed));
/****************isp32 lite********************/