| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/ |
| H A D | rk_aiq_adebayer_algo_v1.cpp | 26 pAdebayerCtx->full_param.hf_offset[i] = calib_dm->debayer_hf_offset[i]; in AdebayerFullParamsInit() 49 pAdebayerCtx->full_param.hf_offset[i] = debayer->param.array.debayer_hf_offset[i]; in AdebayerFullParamsInit() 96 pAdebayerCtx->config.hf_offset = pAdebayerCtx->manualAttrib.hf_offset; in AdebayerTranslateParamsAtManualMode() 131 hfOffset_tmp[gain] = pAdebayerCtx->full_param.hf_offset[i]; in AdebayerTranslateParamsAtAutoMode() 173 …pAdebayerCtx->config.hf_offset = ((ratio) * (hfOffset_tmp[gain_high] - hfOffset_tmp[gain_low]) + h… in AdebayerTranslateParamsAtAutoMode() 235 … pAdebayerCtx->config.shift_num, pAdebayerCtx->config.max_ratio, pAdebayerCtx->config.hf_offset, in AdebayerTranslateParams()
|
| H A D | rk_aiq_types_adebayer_algo_prvt.h | 73 unsigned short hf_offset[9]; member
|
| H A D | rk_aiq_adebayer_algo_v2.cpp | 720 pAdebayerCtx->config.hf_offset = pAdebayerCtx->select_param_v2.debayer_hf_offset; in AdebayerGetProcResult() 770 … pAdebayerCtx->config.max_ratio, pAdebayerCtx->config.hf_offset, pAdebayerCtx->config.gain_offset, in AdebayerGetProcResult() 802 pAdebayerCtx->config.hf_offset = pAdebayerCtx->select_param_v2_lite.debayer_hf_offset; in AdebayerGetProcResult() 809 …pAdebayerCtx->config.max_ratio, pAdebayerCtx->config.hf_offset, pAdebayerCtx->config.gain_offset); in AdebayerGetProcResult()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/ |
| H A D | rk_aiq_types_adebayer_hw.h | 23 unsigned short hf_offset; member 74 unsigned short hf_offset; member
|
| H A D | rk_aiq_types_adebayer_ext.h | 97 uint16_t hf_offset; member
|
| H A D | rk_aiq_types_adebayer_algo_int.h | 28 uint8_t hf_offset; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_adebayer_module.cpp | 168 uint8_t hf_offset[9] = {1, 1, 1, 1, 1, 1, 1, 1, 1}; in sample_adebayer_translate_params_v1() local 183 hfOffset_tmp[gain] = hf_offset[i]; in sample_adebayer_translate_params_v1() 225 …stManual.hf_offset = ((ratio) * (hfOffset_tmp[gain_high] - hfOffset_tmp[gain_low]) + hfOffset_tmp[… in sample_adebayer_translate_params_v1() 227 printf ("sharp_strength: %d, hf_offset: %d\n", stManual.sharp_strength, stManual.hf_offset); in sample_adebayer_translate_params_v1()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp32-config.h | 304 u16 hf_offset; member
|
| H A D | rkisp2-config.h | 1005 u16 hf_offset; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp32-config.h | 304 __u16 hf_offset; member
|
| H A D | rk-isp2-config.h | 993 __u16 hf_offset; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/ |
| H A D | Isp32Params.cpp | 1504 isp_cfg.others.debayer_cfg.hf_offset = debayer.hf_offset; in convertAiqAdebayerToIsp32Params()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 2757 isp_cfg.others.debayer_cfg.hf_offset = demosaic.hf_offset; in convertAiqAdemosaicToIsp20Params()
|
| H A D | CamHwIsp20.cpp | 3481 isp_params->others.debayer_cfg.hf_offset,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 807 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
|
| H A D | isp_params_v21.c | 699 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
|
| H A D | isp_params_v3x.c | 717 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
|
| H A D | isp_params_v32.c | 723 value = arg->hf_offset << 16 | (arg->gain_offset & 0xFFF); in isp_debayer_config()
|