Searched refs:hist_bins (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | isphist.c | 101 cnt |= conf->hist_bins << ISPHIST_CNT_BINS_SHIFT; in hist_setup_regs() 102 switch (conf->hist_bins) { in hist_setup_regs() 295 return OMAP3ISP_HIST_MEM_SIZE_BINS(conf->hist_bins) * conf->num_regions; in hist_get_buf_size() 337 if (user_cfg->hist_bins > OMAP3ISP_HIST_BINS_256) in hist_validate_params() 341 if (user_cfg->hist_bins > OMAP3ISP_HIST_BINS_128) in hist_validate_params() 345 if (user_cfg->hist_bins > OMAP3ISP_HIST_BINS_64) in hist_validate_params() 372 if (cur_cfg->hist_bins != user_cfg->hist_bins) in hist_comp_params()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_stats_v1x.c | 119 pbuf->params.hist.hist_bins[i] = readl(addr + (i * 4)); in rkisp1_stats_get_hst_meas_v10() 135 pbuf->params.hist.hist_bins[2 * i] = CIF_ISP_HIST_GET_BIN0_V12(value); in rkisp1_stats_get_hst_meas_v12() 136 pbuf->params.hist.hist_bins[2 * i + 1] = CIF_ISP_HIST_GET_BIN1_V12(value); in rkisp1_stats_get_hst_meas_v12()
|
| H A D | isp_stats_v2x.c | 279 pbuf->params.sihst.win_stat[i].hist_bins[2 * j] = in rkisp_stats_get_sihst_meas_reg() 281 pbuf->params.sihst.win_stat[i].hist_bins[2 * j + 1] = in rkisp_stats_get_sihst_meas_reg() 891 pbuf->params.sihst.win_stat[i].hist_bins[2 * j] = in rkisp_stats_get_sihst_meas_ddr() 893 pbuf->params.sihst.win_stat[i].hist_bins[2 * j + 1] = in rkisp_stats_get_sihst_meas_ddr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | isp_stats.c | 310 pbuf->params.hist.hist_bins[i] = readl(addr + (i * 4)); in rkisp1_stats_get_hst_meas_v10() 323 pbuf->params.hist.hist_bins[2 * i] = CIF_ISP_HIST_GET_BIN0_V12(value); in rkisp1_stats_get_hst_meas_v12() 324 pbuf->params.hist.hist_bins[2 * i + 1] = CIF_ISP_HIST_GET_BIN1_V12(value); in rkisp1_stats_get_hst_meas_v12()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | omap3isp.h | 226 __u16 hist_bins; /* number of bins: 32, 64, 128, or 256 */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | omap3isp.h | 226 __u16 hist_bins; /* number of bins: 32, 64, 128, or 256 */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/ |
| H A D | rkisp1-config.h | 857 __u16 hist_bins[RKISP1_CIF_ISP_HIST_BIN_N_MAX]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | omap3isp.h | 246 __u16 hist_bins; /* number of bins: 32, 64, 128, or 256 */ member
|
| H A D | rk-isp1-config.h | 830 unsigned int hist_bins[CIFISP_HIST_BIN_N_MAX]; member
|
| H A D | rk-isp2-config.h | 1906 __u32 hist_bins[ISP2X_SIHIST_BIN_N_MAX]; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/ |
| H A D | rkisp1-stats.c | 255 pbuf->params.hist.hist_bins[i] = in rkisp1_stats_get_hst_meas()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp2-config.h | 1918 u32 hist_bins[ISP2X_SIHIST_BIN_N_MAX]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqResourceTranslator.cpp | 356 …memcpy(statsInt->aec_stats.ae_data.sihist.bins, stats->params.sihst.win_stat[0].hist_bins, ISP2X_S… in translateAecStats()
|