Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1652 if(pDpccRst->stBasic.enable) { in convertAiqDpccToIsp20Params()
1659 pDpccCfg->stage1_enable = pDpccRst->stBasic.stage1_enable; in convertAiqDpccToIsp20Params()
1660 pDpccCfg->grayscale_mode = pDpccRst->stBasic.grayscale_mode; in convertAiqDpccToIsp20Params()
1664 pDpccCfg->sw_rk_out_sel = pDpccRst->stBasic.sw_rk_out_sel; in convertAiqDpccToIsp20Params()
1665 pDpccCfg->sw_dpcc_output_sel = pDpccRst->stBasic.sw_dpcc_output_sel; in convertAiqDpccToIsp20Params()
1666 pDpccCfg->stage1_rb_3x3 = pDpccRst->stBasic.stage1_rb_3x3; in convertAiqDpccToIsp20Params()
1667 pDpccCfg->stage1_g_3x3 = pDpccRst->stBasic.stage1_g_3x3; in convertAiqDpccToIsp20Params()
1668 pDpccCfg->stage1_incl_rb_center = pDpccRst->stBasic.stage1_incl_rb_center; in convertAiqDpccToIsp20Params()
1669 pDpccCfg->stage1_incl_green_center = pDpccRst->stBasic.stage1_incl_green_center; in convertAiqDpccToIsp20Params()
1672 pDpccCfg->stage1_use_fix_set = pDpccRst->stBasic.stage1_use_fix_set; in convertAiqDpccToIsp20Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_algo_int.h68 Adpcc_basic_params_t stBasic; member
74 Adpcc_basic_cfg_params_t stBasic; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp49 Adpcc_basic_params_t *pBasic = &pParams->stBasic; in html_params_init()
2763 …memcpy(&pAdpccCtx->stAuto.stBasicParams, &pAdpccCtx->stParams.stBasic, sizeof(Adpcc_basic_params_t… in AdpccInit()
2856 …ode_select_basic_params_by_ISO(&pAdpccCtx->stAuto.stBasicParams, &pAdpccResult->stBasic, pExpInfo); in AdpccProcess()
2858 ret = Fast_mode_select_basic_params_by_ISO(pAdpccCtx, &pAdpccResult->stBasic, pExpInfo); in AdpccProcess()
2871 …ret = Api_Fast_mode_select(pAdpccCtx, &pAdpccResult->stBasic, &pAdpccCtx->stManual.stOnfly.fast_mo… in AdpccProcess()
2873 ret = Api_Expert_mode_select(&pAdpccResult->stBasic, &pAdpccCtx->stManual); in AdpccProcess()