Home
last modified time | relevance | path

Searched refs:LOGD_ALSC (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp55 LOGD_ALSC( "wbGain:%f,%f, estimation illuminant is %s(%d) \n", awbGain[0], awbGain[1], in illuminant_index_estimation()
101 LOGD_ALSC( "select:%s \n", (*pLscProfile1)->name); in VignSelectLscProfiles()
108 LOGD_ALSC( "select:%s \n", (*pLscProfile1)->name); in VignSelectLscProfiles()
151 LOGD_ALSC( "select:%s :%f and %s :%f", pLscProfile1->name, in VignInterpolateMatrices()
234 LOGD_ALSC( "dampfactor:%f", damp); in Damping()
235LOGD_ALSC( " undampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3… in Damping()
253LOGD_ALSC( " dampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3]:… in Damping()
293 LOGD_ALSC("can't find %s in tableAll\n", name); in CamCalibDbGetLscProfileByName()
385LOGD_ALSC("varianceLuma %f, varianceLumaTh %f final estmination illu is %d\n", varianceLuma, varia… in StableIlluEstimation()
439LOGD_ALSC("fVignetting: %f (%f .. %f)\n", fVignetting, pLscProfile1->vignetting, pLscProfile2->vi… in AlscAutoConfig()
[all …]
H A Drk_aiq_alsc_algo.cpp132 LOGD_ALSC( "wbGain:%f,%f, estimation illuminant is %s(%d) \n", awbGain[0], awbGain[1], in illuminant_index_estimation()
172 LOGD_ALSC( "select:%s \n", floor->name); in VignSelectLscProfiles()
179 LOGD_ALSC( "select:%s \n", ceilling->name); in VignSelectLscProfiles()
222 LOGD_ALSC( "select:%s :%f and %s :%f", pLscProfile1->name, in VignInterpolateMatrices()
324 LOGD_ALSC( "dampfactor:%f", damp); in Damping()
325LOGD_ALSC( " undampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3… in Damping()
343LOGD_ALSC( " dampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3]:… in Damping()
432 LOGD_ALSC( "dampfactor:%f", damp); in DampingandOtp()
433LOGD_ALSC( " undampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3… in DampingandOtp()
451LOGD_ALSC( " dampedLscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3]:… in DampingandOtp()
[all …]
H A Drk_aiq_algo_alsc_itf.cpp86LOGD_ALSC( "adjustVignettingForLscOTP r[0:4]:%d,%d,%d,%d,%d, gr[0:4]:%d,%d,%d,%d,%d, gb[0:4]:%d,%d… in prepare()
141 LOGD_ALSC( "=============== lsc count:%d =============\n", hAlsc->count); in processing()
142 LOGD_ALSC( "%s: sensorGain:%f, awbGain:%f,%f, resName:%s, awbIIRDampCoef:%f\n", __FUNCTION__, in processing()
163 LOGD_ALSC("tx buf fd is: %d", txBuf->get_fd(txBuf)); in processing()
H A Drk_aiq_alsc_convert_otp.cpp21 LOGD_ALSC("input params: src %dx%d, dst %dx%d, bayer: %d\n", in convertLscTableParameter()
157LOGD_ALSC("crop otp LscMatrix r[0:3]:%d,%d,%d,%d, gr[0:3]:%d,%d,%d,%d, gb[0:3]:%d,%d,%d,%d, b[0:3]… in convertLscTableParameter()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAlscHandle.cpp162 LOGD_ALSC("%s no support pixelformat:0x%x\n", __func__, pixelformat); in getBayerPattern()
380 LOGD_ALSC("[%d] params from algo", mSyncFlag); in genIspResult()
391 LOGD_ALSC("[%d] params from latest [%d]", shared->frameId, mSyncFlag); in genIspResult()
395 LOGD_ALSC("[%d] params needn't update", shared->frameId); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_alsc_itf.cpp147 LOGD_ALSC( "%s: sensorGain:%f, awbGain:%f,%f, resName:%s, awbIIRDampCoef:%f\n", __FUNCTION__, in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h345 #define LOGD_ALSC(...) XCAM_MODULE_LOG_DEBUG(XCORE_LOG_MODULE_ALSC, 0xff, ##__VA_ARGS__) macro