Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp119 LOG1_CAMGROUP("camgroup res of frame: %u exists", frameId); in getGroupCamResult()
213 LOG1_CAMGROUP("camgroup sofSync of frame: %u exists", frameId); in getGroupCamSofsync()
347 LOG1_CAMGROUP("scam_aiqParams %p ", scam_aiqParams); in setSingleCamStatusReady()
349 LOG1_CAMGROUP("camgroup result status: validCams:0x%x(req:0x%x), camId:%d, frameId:%u, " in setSingleCamStatusReady()
367 LOG1_CAMGROUP("camgroup: not required core msg :%s of frameId: %d, ignore", in processAiqCoreMsgs()
480 LOG1_CAMGROUP("%s: relay results: camId:%d, frameId:%u, type:%s", \ in RelayAiqCoreResults()
673 LOG1_CAMGROUP("can't find algo handle %d", algo_type); in getDefAlgoTypeHandle()
683 LOG1_CAMGROUP("can't find algo map %d", algo_type); in getAlgoTypeHandleMap()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h532 #define LOG1_CAMGROUP(...) XCAM_MODULE_LOG_LOW1(XCORE_LOG_MODULE_CAMGROUP, 0xff, ##__VA_ARGS__) macro