Home
last modified time | relevance | path

Searched refs:hf_offset (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_adebayer_algo_v1.cpp26 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 Drk_aiq_types_adebayer_algo_prvt.h73 unsigned short hf_offset[9]; member
H A Drk_aiq_adebayer_algo_v2.cpp720 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 Drk_aiq_types_adebayer_hw.h23 unsigned short hf_offset; member
74 unsigned short hf_offset; member
H A Drk_aiq_types_adebayer_ext.h97 uint16_t hf_offset; member
H A Drk_aiq_types_adebayer_algo_int.h28 uint8_t hf_offset; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp168 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 Drkisp32-config.h304 u16 hf_offset; member
H A Drkisp2-config.h1005 u16 hf_offset; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp32-config.h304 __u16 hf_offset; member
H A Drk-isp2-config.h993 __u16 hf_offset; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1504 isp_cfg.others.debayer_cfg.hf_offset = debayer.hf_offset; in convertAiqAdebayerToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2757 isp_cfg.others.debayer_cfg.hf_offset = demosaic.hf_offset; in convertAiqAdemosaicToIsp20Params()
H A DCamHwIsp20.cpp3481 isp_params->others.debayer_cfg.hf_offset,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c807 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
H A Disp_params_v21.c699 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
H A Disp_params_v3x.c717 value = (arg->hf_offset & 0xFFFF) << 16 | in isp_debayer_config()
H A Disp_params_v32.c723 value = arg->hf_offset << 16 | (arg->gain_offset & 0xFFF); in isp_debayer_config()