Searched refs:xIspStats (Results 1 – 1 of 1) sorted by relevance
133 RkAiqIspStats* xIspStats = nullptr; in preProcess() local135 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() local174 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 …]