Home
last modified time | relevance | path

Searched refs:LOGD_ADPCC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_algo_adpcc_itf.cpp115 LOGD_ADPCC("%s:%d init:%d hdr mode:%d", in processing()
155 LOGD_ADPCC("%s:%d index:%d again:%f dgain:%f time:%f iso:%d hdr_mode:%d", in processing()
171 LOGD_ADPCC("%s:%d index:%d again:%f dgain:%f time:%f iso:%d hdr_mode:%d", in processing()
H A Drk_aiq_adpcc_algo.cpp823 LOGD_ADPCC("%s:(%d) %d %d %d %d %d", __FUNCTION__, __LINE__, in Api_Expert_mode_select()
1003 LOGD_ADPCC("%s:(%d) %d %d %d %d %d", __FUNCTION__, __LINE__, in Expert_mode_param_cpy()
1047 LOGD_ADPCC("%s:(%d) iso:%d %d %d", __FUNCTION__, __LINE__, in Expert_mode_select_basic_params_by_ISO()
1072 LOGD_ADPCC("%s:(%d) iso:%d lowLevel:%d hightLevel:%d lowIso:%d HighIso:%d ratio:%f", in Expert_mode_select_basic_params_by_ISO()
1082 LOGD_ADPCC("%s:(%d) %d %d %d %d %d", __FUNCTION__, __LINE__, in Expert_mode_select_basic_params_by_ISO()
1494 LOGD_ADPCC("%s(%d): Dpcc fast mode triple en:%d level:%d", __FUNCTION__, __LINE__, in Fast_mode_Triple_Setting()
1907 LOGD_ADPCC("%s(%d): Dpcc fast mode double en:%d level:%d", __FUNCTION__, __LINE__, in Fast_mode_Double_Setting()
2319LOGD_ADPCC("%s(%d): Dpcc fast mode single en:%d level:%d", __FUNCTION__, __LINE__, pParams->stAuto… in Fast_mode_Single_Setting()
2664 LOGD_ADPCC("%s(%d):sensor dpcc setting off!!", __FUNCTION__, __LINE__); in Api_Sensor_dpcc_process()
2666 LOGD_ADPCC("%s(%d):sensor dpcc setting on!!", __FUNCTION__, __LINE__); in Api_Sensor_dpcc_process()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_adpcc_itf.cpp111 LOGD_ADPCC("%s:%d init:%d hdr mode:%d", in processing()
151 LOGD_ADPCC("%s:%d index:%d again:%f dgain:%f time:%f iso:%d hdr_mode:%d", in processing()
167 LOGD_ADPCC("%s:%d index:%d again:%f dgain:%f time:%f iso:%d hdr_mode:%d", in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAdpccHandle.cpp267 LOGD_ADPCC("[%d] params from algo", mSyncFlag); in genIspResult()
278 LOGD_ADPCC("[%d] params from latest [%d]", shared->frameId, mSyncFlag); in genIspResult()
282 LOGD_ADPCC("[%d] params needn't update", shared->frameId); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h329 #define LOGD_ADPCC(...) XCAM_MODULE_LOG_DEBUG(XCORE_LOG_MODULE_ADPCC, 0xff, ##__VA_ARGS__) macro