Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp188 memcpy(atmo_proc_int->ispAtmoStats.other_stats.tmo_luma, in processing()
190 sizeof(atmo_proc_int->ispAtmoStats.other_stats.tmo_luma)); in processing()
194 memcpy(atmo_proc_int->ispAtmoStats.other_stats.short_luma, in processing()
196 sizeof(atmo_proc_int->ispAtmoStats.other_stats.short_luma)); in processing()
198 atmo_proc_int->ispAtmoStats.other_stats.middle_luma, in processing()
200 sizeof(atmo_proc_int->ispAtmoStats.other_stats.middle_luma)); in processing()
201 memcpy(atmo_proc_int->ispAtmoStats.other_stats.long_luma, in processing()
203 sizeof(atmo_proc_int->ispAtmoStats.other_stats.long_luma)); in processing()
206 memcpy(atmo_proc_int->ispAtmoStats.other_stats.short_luma, in processing()
208 sizeof(atmo_proc_int->ispAtmoStats.other_stats.short_luma)); in processing()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_stat_v200.h38 other_stats_t other_stats; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp178 pAtmoCtx->CurrStatsData.other_stats.short_luma[i] = ROData->other_stats.short_luma[i]; in AtmoGetStats()
179 pAtmoCtx->CurrStatsData.other_stats.long_luma[i] = ROData->other_stats.long_luma[i]; in AtmoGetStats()
180 pAtmoCtx->CurrStatsData.other_stats.tmo_luma[i] = ROData->other_stats.tmo_luma[i]; in AtmoGetStats()
186 pAtmoCtx->CurrStatsData.other_stats.middle_luma[i] = ROData->other_stats.middle_luma[i]; in AtmoGetStats()
225 pAtmoCtx->CurrAeResult.BlockLumaS[i] = pAtmoCtx->CurrStatsData.other_stats.short_luma[i]; in AtmoGetAeResult()
226 pAtmoCtx->CurrAeResult.BlockLumaL[i] = pAtmoCtx->CurrStatsData.other_stats.long_luma[i]; in AtmoGetAeResult()
230 … pAtmoCtx->CurrAeResult.BlockLumaM[i] = pAtmoCtx->CurrStatsData.other_stats.middle_luma[i]; in AtmoGetAeResult()
1412 tmo_mean += pAtmoCtx->CurrStatsData.other_stats.tmo_luma[i]; in AtmoProcessing()