Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp133 RkAiqIspStats* xIspStats = nullptr; in preProcess() local
135 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in preProcess()
136 if (!xIspStats) LOGE_AEC("isp stats is null"); in preProcess()
141 if (!xIspStats || !xIspStats->atmo_stats_valid || !sharedCom->init) { in preProcess()
172 RkAiqIspStats* xIspStats = nullptr; in processing() local
174 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in processing()
175 if (!xIspStats) LOGE_ATMO("isp stats is null"); in processing()
180 if (!xIspStats || !xIspStats->atmo_stats_valid || !sharedCom->init) { in processing()
187 &xIspStats->AtmoStatsProxy->data()->atmo_stats.tmo_stats, sizeof(hdrtmo_stats_t)); in processing()
189 xIspStats->AecStatsProxy->data()->aec_stats.ae_data.extra.rawae_big.channelg_xy, in processing()
[all …]