Home
last modified time | relevance | path

Searched refs:bound_bit (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_uapi_accm_int.cpp27 ccm_contex->mCurAtt.stManual.low_bound_pos_bit = ccm_contex->ccmHwConf.bound_bit; in rk_aiq_uapi_accm_GetAttrib()
83 ccm_contex->mCurAttV2.stManual.bound_pos_bit = ccm_contex->ccmHwConf_v2.bound_bit; in rk_aiq_uapi_accm_v2_GetAttrib()
137 ccm_querry_info->low_bound_pos_bit = ccm_contex->ccmHwConf.bound_bit; in rk_aiq_uapi_accm_QueryCcmInfo()
138 ccm_querry_info->right_pos_bit = ccm_contex->ccmHwConf.bound_bit; in rk_aiq_uapi_accm_QueryCcmInfo()
168 ccm_querry_info->low_bound_pos_bit = ccm_contex->ccmHwConf_v2.bound_bit; in rk_aiq_uapi_accm_QueryCcmInfo()
H A Drk_aiq_accm_algo_v2.cpp53 hw_param->alp_y[16], hw_param->alp_y[17], hw_param->right_bit, hw_param->bound_bit, in CCMV2PrintReg()
242 hAccm->ccmHwConf_v2.bound_bit = hAccm->mCurAttV2.stManual.bound_pos_bit; in AccmManualConfig()
332 hAccm->ccmHwConf_v2.bound_bit = calib_ccm->lumaCCM.y_alp_asym.bound_pos_bit; in UpdateCcmCalibV2ParaV2()
342 hAccm->ccmHwConf_v2.bound_bit = calib_ccm->lumaCCM.y_alp_sym.bound_pos_bit; in UpdateCcmCalibV2ParaV2()
343 hAccm->ccmHwConf_v2.right_bit = hAccm->ccmHwConf_v2.bound_bit; in UpdateCcmCalibV2ParaV2()
H A Drk_aiq_accm_algo_v1.cpp49 hw_param->alp_y[16], hw_param->bound_bit); in CCMV1PrintReg()
224 hAccm->ccmHwConf.bound_bit = hAccm->mCurAtt.stManual.low_bound_pos_bit; in AccmManualConfig()
306 hAccm->ccmHwConf.bound_bit = calib_ccm->lumaCCM.low_bound_pos_bit; in UpdateCcmCalibV2ParaV1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/accm/
H A Drk_aiq_types_accm_hw.h38 float bound_bit; member
51 float bound_bit; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h242 u8 bound_bit; member
H A Drkisp32-config.h225 u8 bound_bit; member
H A Drkisp2-config.h1036 u8 bound_bit; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h242 __u8 bound_bit; member
H A Drk-isp32-config.h225 __u8 bound_bit; member
H A Drk-isp2-config.h1024 __u8 bound_bit; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp273 cfg->bound_bit = (u8)ccm.bound_bit;//check in convertAiqCcmToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1814 cfg->bound_bit = (u8)ccm.bound_bit; // check in convertAiqCcmToIsp32Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1966 cfg->bound_bit = (u8)ccm.bound_bit;//check in convertAiqCcmToIsp20Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c870 value = arg->bound_bit & 0x0F; in isp_ccm_config()
H A Disp_params_v21.c821 value = arg->bound_bit & 0x0F; in isp_ccm_config()
H A Disp_params_v3x.c834 value = arg->bound_bit & 0x0F; in isp_ccm_config()
H A Disp_params_v32.c879 value = (arg->right_bit & 0xf) << 4 | (arg->bound_bit & 0xf); in isp_ccm_config()