Home
last modified time | relevance | path

Searched refs:isp_ob_max (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablcV32/
H A Drk_aiq_ablc_algo_v32.cpp489 … pAblcResult->isp_ob_max = (int)(4096 * pAblcResult->isp_ob_predgain) - pAblcResult->isp_ob_offset; in Ablc_GetProcResult_V32()
494 pAblcResult->isp_ob_max = 0xfffff; in Ablc_GetProcResult_V32()
524 …pAblcResult->isp_ob_max = (int)(4096 * pAblcCtx->stBlcOBManual.ob_predgain) - pAblcCtx->stBlcOBMan… in Ablc_GetProcResult_V32()
529 pAblcResult->isp_ob_max = 0xfffff; in Ablc_GetProcResult_V32()
545 pAblcResult->isp_ob_max = 0xfffff; in Ablc_GetProcResult_V32()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ablcV32/
H A Drk_aiq_types_ablc_algo_int_v32.h106 int isp_ob_max; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp32-config.h216 u32 isp_ob_max; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp32-config.h216 __u32 isp_ob_max; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1992 isp_cfg.others.bls_cfg.isp_ob_max = CLIP(blc.isp_ob_max, 0, 1048575); in convertAiqBlcToIsp32Params()
2000 isp_cfg.others.bls_cfg.isp_ob_max); in convertAiqBlcToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslatorV32.cpp1105 bls_cfg->isp_ob_offset, bls_cfg->isp_ob_max, bls_cfg->isp_ob_predgain); in translateAfStats()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v32.c420 isp3_param_write(params_vdev, arg->isp_ob_max, ISP32_BLS_ISP_OB_MAX); in isp_bls_config()