Home
last modified time | relevance | path

Searched refs:ProcResV21 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/
H A Drk_aiq_algo_agic_v2.cpp223 pAgicRes->ProcResV21.regmingradthrdark2 = in AgicGetProcResultV21()
225 pAgicRes->ProcResV21.regmingradthrdark1 = in AgicGetProcResultV21()
227 pAgicRes->ProcResV21.regminbusythre = pAgicCtx->ConfigData.ConfigV21.regminbusythre; in AgicGetProcResultV21()
228 pAgicRes->ProcResV21.regdarkthre = pAgicCtx->ConfigData.ConfigV21.regdarkthre; in AgicGetProcResultV21()
229 pAgicRes->ProcResV21.regmaxcorvboth = pAgicCtx->ConfigData.ConfigV21.regmaxcorvboth; in AgicGetProcResultV21()
230 pAgicRes->ProcResV21.regdarktthrehi = pAgicCtx->ConfigData.ConfigV21.regdarktthrehi; in AgicGetProcResultV21()
231 pAgicRes->ProcResV21.regkgrad2dark = in AgicGetProcResultV21()
233 pAgicRes->ProcResV21.regkgrad1dark = in AgicGetProcResultV21()
236 pAgicRes->ProcResV21.regstrengthglobal_fix = in AgicGetProcResultV21()
238 if (pAgicRes->ProcResV21.regstrengthglobal_fix > (1 << 7) - 1) in AgicGetProcResultV21()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp1010 isp_cfg.others.gic_cfg.regmingradthrdark2 = agic.ProcResV21.regmingradthrdark2; in convertAiqAgicToIsp21Params()
1011 isp_cfg.others.gic_cfg.regmingradthrdark1 = agic.ProcResV21.regmingradthrdark1; in convertAiqAgicToIsp21Params()
1012 isp_cfg.others.gic_cfg.regminbusythre = agic.ProcResV21.regminbusythre; in convertAiqAgicToIsp21Params()
1013 isp_cfg.others.gic_cfg.regdarkthre = agic.ProcResV21.regdarkthre; in convertAiqAgicToIsp21Params()
1015 isp_cfg.others.gic_cfg.regmaxcorvboth = agic.ProcResV21.regmaxcorvboth; in convertAiqAgicToIsp21Params()
1016 isp_cfg.others.gic_cfg.regdarktthrehi = agic.ProcResV21.regdarktthrehi; in convertAiqAgicToIsp21Params()
1017 isp_cfg.others.gic_cfg.regkgrad2dark = agic.ProcResV21.regkgrad2dark; in convertAiqAgicToIsp21Params()
1018 isp_cfg.others.gic_cfg.regkgrad1dark = agic.ProcResV21.regkgrad1dark; in convertAiqAgicToIsp21Params()
1019 isp_cfg.others.gic_cfg.regstrengthglobal_fix = agic.ProcResV21.regstrengthglobal_fix; in convertAiqAgicToIsp21Params()
1020 isp_cfg.others.gic_cfg.regdarkthrestep = agic.ProcResV21.regdarkthrestep; in convertAiqAgicToIsp21Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/agic/
H A Drk_aiq_types_algo_agic_int.h100 rkaiq_gic_v2_hw_param_t ProcResV21; member