Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp67 LOG1_ANALYZER("Get item : %s remain count %d", typeid(T).name(), _buf_list.size()); in get_item()
78 LOG1_ANALYZER("New item : %s size %d", typeid(T).name(), sizeof(T)); in allocate_data()
H A Dshared_item_pool.h114 LOG1_ANALYZER("Release item : %s", typeid(T).name()); in ~SharedItemProxy()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h502 #define LOG1_ANALYZER(...) XCAM_MODULE_LOG_LOW1(XCORE_LOG_MODULE_ANALYZER, 0xff, ##__VA_ARGS__) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp2490 LOG1_ANALYZER("cb [%d] fullParams done !", shared->frameId); in groupAnalyze()