feat(isp): support on p4 rev3

This commit is contained in:
armando
2025-09-02 10:43:41 +08:00
committed by Armando (Dou Yiwen)
parent 9cee386af9
commit 9a4d37f109
4 changed files with 589 additions and 4229 deletions

View File

@@ -1974,7 +1974,7 @@ __attribute__((always_inline))
static inline void isp_ll_hist_get_histogram_value(isp_dev_t *hw, uint32_t *histogram_value)
{
for (int i = 0; i < SOC_ISP_HIST_SEGMENT_NUMS; i++) {
histogram_value[i] = hw->hist_binn[i].hist_bin_n;
histogram_value[i] = hw->hist_bin[i].hist_bin_n;
}
}