Home
last modified time | relevance | path

Searched refs:aec_stats (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp141 …statsInt->aec_stats.ae_data.chn[0].rawae_lite.channelr_xy[i] = stats->params.rawae0.data[i].channe… in translateAecStats()
142 …statsInt->aec_stats.ae_data.chn[0].rawae_lite.channelg_xy[i] = stats->params.rawae0.data[i].channe… in translateAecStats()
143 …statsInt->aec_stats.ae_data.chn[0].rawae_lite.channelb_xy[i] = stats->params.rawae0.data[i].channe… in translateAecStats()
145 …statsInt->aec_stats.ae_data.chn[1].rawae_big.channelr_xy[i] = stats->params.rawae1.data[i].channel… in translateAecStats()
146 …statsInt->aec_stats.ae_data.chn[1].rawae_big.channelg_xy[i] = stats->params.rawae1.data[i].channel… in translateAecStats()
147 …statsInt->aec_stats.ae_data.chn[1].rawae_big.channelb_xy[i] = stats->params.rawae1.data[i].channel… in translateAecStats()
148 …statsInt->aec_stats.ae_data.chn[2].rawae_big.channelr_xy[i] = stats->params.rawae2.data[i].channel… in translateAecStats()
149 …statsInt->aec_stats.ae_data.chn[2].rawae_big.channelg_xy[i] = stats->params.rawae2.data[i].channel… in translateAecStats()
150 …statsInt->aec_stats.ae_data.chn[2].rawae_big.channelb_xy[i] = stats->params.rawae2.data[i].channel… in translateAecStats()
152 … statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumr[i] = stats->params.rawae1.sumr[i]; in translateAecStats()
[all …]
H A DRkAiqResourceTranslatorV32.cpp140 statsInt->aec_stats.ae_data.chn[index0].rawae_lite.channelr_xy[i] = CLIP( in translateAecStats()
142 statsInt->aec_stats.ae_data.chn[index0].rawae_lite.channelg_xy[i] = CLIP( in translateAecStats()
144 statsInt->aec_stats.ae_data.chn[index0].rawae_lite.channelb_xy[i] = CLIP( in translateAecStats()
154 statsInt->aec_stats.ae_data.chn[index1].rawae_big.channelr_xy[i] = CLIP( in translateAecStats()
156 statsInt->aec_stats.ae_data.chn[index1].rawae_big.channelg_xy[i] = CLIP( in translateAecStats()
158 statsInt->aec_stats.ae_data.chn[index1].rawae_big.channelb_xy[i] = CLIP( in translateAecStats()
164 statsInt->aec_stats.ae_data.chn[index1].rawae_big.wndx_sumr[i] = CLIP( in translateAecStats()
166 statsInt->aec_stats.ae_data.chn[index1].rawae_big.wndx_sumg[i] = CLIP( in translateAecStats()
168 statsInt->aec_stats.ae_data.chn[index1].rawae_big.wndx_sumb[i] = CLIP( in translateAecStats()
177 memset(statsInt->aec_stats.ae_data.chn[index0].rawhist_lite.bins, 0, in translateAecStats()
[all …]
H A DRkAiqResourceTranslatorV3x.cpp685 …MergeAecWinLiteStats(&statsInt->aec_stats.ae_data.chn[0].rawae_lite, &left_stats->params.rawae0, &… in translateMultiAecStats()
686 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins, left_stats->params.rawh… in translateMultiAecStats()
690 …MergeAecWinBigStats(&statsInt->aec_stats.ae_data.chn[1].rawae_big, &left_stats->params.rawae1, &ri… in translateMultiAecStats()
695 …MergeAecSubWinStats(&statsInt->aec_stats.ae_data.chn[1].rawae_big, &left_stats->params.rawae1, &ri… in translateMultiAecStats()
699 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins, left_stats->params.rawhi… in translateMultiAecStats()
704 …MergeAecWinBigStats(&statsInt->aec_stats.ae_data.chn[2].rawae_big, &left_stats->params.rawae2, &ri… in translateMultiAecStats()
710 …MergeAecSubWinStats(&statsInt->aec_stats.ae_data.chn[2].rawae_big, &left_stats->params.rawae2, &ri… in translateMultiAecStats()
715 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins, left_stats->params.rawhi… in translateMultiAecStats()
719 SumHistPix[0] += statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins[i]; in translateMultiAecStats()
720 SumHistPix[1] += statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins[i]; in translateMultiAecStats()
[all …]
H A DRkAiqCore.cpp1608 to->aec_stats = aecStat->data()->aec_stats; in copyIspStats()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp189 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.extra.rawae_big.channelg_xy, in processing()
195 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.chn[0].rawae_big.channelg_xy, in processing()
199 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.chn[1].rawae_lite.channelg_xy, in processing()
202 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.chn[2].rawae_big.channelg_xy, in processing()
207 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.chn[0].rawae_big.channelg_xy, in processing()
210 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.chn[1].rawae_big.channelg_xy, in processing()
H A DRkAiqAeHandle.cpp946 ae_pre_int->aecStatsBuf = &xAecStats->aec_stats; in preProcess()
1055 ae_proc_int->aecStatsBuf = &xAecStats->aec_stats; in processing()
H A DRkAiqAfHandle.cpp466 af_proc_int->xcam_aec_stats = &shared->aecStatsBuf->aec_stats; in processing()
H A DRkAiqAwbHandle.cpp885 awb_proc_int->aecStatsBuf = &shared->aecStatsBuf->aec_stats; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h495 xcam_mem_clear(aec_stats); in RkAiqAecStats()
501 rk_aiq_isp_aec_stats_t aec_stats; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_types.h495 rk_aiq_isp_aec_stats_t aec_stats; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp957 _rkAeStats2CustomAeStats(pConfig, customAeStats, &xAecStats->aec_stats); in _rkGrpAeStats2CustomGrpAeStats()
1214 AePreResult->HdrExp[i] = xAecStats->aec_stats.ae_exp.HdrExp[i]; in AeDemoPreProcess()
1223 AePreResult->LinearExp = xAecStats->aec_stats.ae_exp.LinearExp; in AeDemoPreProcess()
H A Drk_aiq_user_api2_wrapper.cpp84 memcpy(ae_hwstats, &isp_stats.aec_stats.ae_data, sizeof(uapi_ae_hwstats_t)); in rk_aiq_uapi_get_ae_hwstats()