Searched refs:LOGE_AEC (Results 1 – 5 of 5) sorted by relevance
141 LOGE_AEC("no parent ae handler in multiple handler mode !"); in init()198 LOGE_AEC("no parent ae handler in multiple handler mode !");
916 if (!xAecStats) LOGE_AEC("aec stats is null"); in preProcess()1017 if (!xAecStats) LOGE_AEC("aec stats is null"); in processing()1168 if (!xAecStats) LOGE_AEC("aec stats is null"); in postProcess()1261 LOGE_AEC("no latest meas params !"); in genIspResult()1287 LOGE_AEC("no latest hist params !"); in genIspResult()
136 if (!xIspStats) LOGE_AEC("isp stats is null"); in preProcess()
107 LOGE_AEC("%s: malloc fail", __func__); in AeReg2RealConv()1207 LOGE_AEC("aec stats is null"); in AeDemoPreProcess()1263 LOGE_AEC("wrong aec mode"); in AeDemoProcessing()1273 LOGE_AEC("aec stats is null"); in AeDemoProcessing()
198 #define LOGE_AEC(...) LOGE_AEC_SUBM(0xff, ##__VA_ARGS__) macro