Home
last modified time | relevance | path

Searched refs:stPdaf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_algo_int.h70 Adpcc_pdaf_params_t stPdaf; member
76 Adpcc_pdaf_params_t stPdaf; member
H A Drk_aiq_types_adpcc_ext.h621 Adpcc_pdaf_params_t stPdaf; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1835 pDpccCfg->sw_pdaf_en = pDpccRst->stPdaf.sw_pdaf_en; in convertAiqDpccToIsp20Params()
1839 pDpccCfg->pdaf_point_en[i] = pDpccRst->stPdaf.pdaf_point_en[i]; in convertAiqDpccToIsp20Params()
1843 pDpccCfg->pdaf_offsety = pDpccRst->stPdaf.pdaf_offsety; in convertAiqDpccToIsp20Params()
1844 pDpccCfg->pdaf_offsetx = pDpccRst->stPdaf.pdaf_offsetx; in convertAiqDpccToIsp20Params()
1847 pDpccCfg->pdaf_wrapy = pDpccRst->stPdaf.pdaf_wrapy; in convertAiqDpccToIsp20Params()
1848 pDpccCfg->pdaf_wrapx = pDpccRst->stPdaf.pdaf_wrapx; in convertAiqDpccToIsp20Params()
1851 pDpccCfg->pdaf_wrapy_num = pDpccRst->stPdaf.pdaf_wrapy_num; in convertAiqDpccToIsp20Params()
1852 pDpccCfg->pdaf_wrapx_num = pDpccRst->stPdaf.pdaf_wrapx_num; in convertAiqDpccToIsp20Params()
1856 pDpccCfg->point[i].x = pDpccRst->stPdaf.point[i].x; in convertAiqDpccToIsp20Params()
1857 pDpccCfg->point[i].y = pDpccRst->stPdaf.point[i].y; in convertAiqDpccToIsp20Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp51 Adpcc_pdaf_params_t *pPdaf = &pParams->stPdaf; in html_params_init()
2539 memcpy(pSelect, &pstmaunal->stPdaf, sizeof(Adpcc_pdaf_params_t)); in Api_select_pdaf_params()
2765 … memcpy(&pAdpccCtx->stAuto.stPdafParams, &pAdpccCtx->stParams.stPdaf, sizeof(Adpcc_pdaf_params_t)); in AdpccInit()
2861 … ret = select_pdaf_params_by_ISO(&pAdpccCtx->stAuto.stPdafParams, &pAdpccResult->stPdaf, pExpInfo); in AdpccProcess()
2876 ret = Api_select_pdaf_params(&pAdpccResult->stPdaf, &pAdpccCtx->stManual); in AdpccProcess()