Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkLumaCore.cpp44 LOGW_ANALYZER("RkLumaCoreThread got empty stats, stop thread"); in loop()
142 LOGW_ANALYZER("in state %d\n", mState); in stop()
H A DMessageBus.cpp31 LOGW_ANALYZER("MessageThread got empty message, stop thread"); in loop()
H A Dthumbnails.cpp518 LOGW_ANALYZER("thumbnail disabled"); in Prepare()
529 LOGW_ANALYZER("thumbnail already started"); in Start()
551 LOGW_ANALYZER("thumbnail stopped"); in Stop()
601 LOGW_ANALYZER("thumbnail src %dx%d is smaller than or equal to dst %dx%d", in OnFrameEvent()
H A DRkAiqCore.cpp67 LOGW_ANALYZER("RkAiqCoreThread got empty stats, stop thread"); in loop()
91 LOGW_ANALYZER("RkAiqCoreEvtsThread got empty stats, stop thread"); in loop()
411 LOGW_ANALYZER("in state %d\n", mState); in stop()
471 LOGW_ANALYZER("in state %d\n", mState); in prepare()
740 LOGW_ANALYZER("[%u] < [%u], skip grp_type 0x%x process !", in analyzeInternal()
1115 LOGW_ANALYZER("stats delta: %d, skip stats %u", delta, mLatestStatsId); in pushStats()
1142 LOGW_ANALYZER("sof delta: %d, skip sof %u", delta, mLatestEvtsId); in pushEvts()
1695 LOGW_ANALYZER("no free or cached stats, user may hold all stats buf !"); in cacheIspStatsToList()
1857 LOGW_ANALYZER("buffer type: 0x%x is not used!", buffer->_buf_type); in analyze()
1861 LOGW_ANALYZER("don't know buffer type: 0x%x!", buffer->_buf_type); in analyze()
[all …]
H A DRkAiqCore.h51 LOGW_ANALYZER(format, ##__VA_ARGS__); \
62 LOGW_ANALYZER("bypass !", __FUNCTION__, __LINE__); \
72 LOGW_ANALYZER("bypass !", __FUNCTION__, __LINE__); \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAblcV32Handle.cpp212 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
233 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
H A DRkAiqAblcHandle.cpp226 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
247 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
H A DRkAiqAeHandle.cpp940 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in preProcess()
975 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in preProcess()
1048 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
1073 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
H A DRkAiqAfHandle.cpp430 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
490 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
H A DRkAiqAwbHandle.cpp932 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
952 LOGW_ANALYZER("%s:%d bypass !", __func__, __LINE__); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp737 LOGW_ANALYZER("empty aiq params results!"); in applyAnalyzerResult()
1100 LOGW_ANALYZER("set mirror %d, flip %d error", mirror, flip); in setMirrorFlip()
1146 LOGW_ANALYZER("Failed to updateCalibDb for update sensor mirror/flip"); in setDefMirrorFlip()
1149 LOGW_ANALYZER("Failed to get mirror/flip from sensor driver"); in setDefMirrorFlip()
1178 LOGW_ANALYZER("should be called at STARTED state"); in swWorkingModeDyn()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp588 LOGW_ANALYZER("RKAiqAfecThread got empty attrib, stop thread"); in loop()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h499 #define LOGW_ANALYZER(...) XCAM_MODULE_LOG_WARNING(XCORE_LOG_MODULE_ANALYZER, 0xff, ##__VA_ARGS__) macro