Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/a3dlut/
H A Drk_aiq_a3dlut_algo.cpp56 LOGD_A3DLUT("wbGain:%f,%f, estimation lut is %s\n", awbGain[0], awbGain[1], in lut3d_index_estimation()
146 LOGD_A3DLUT( "dampfactor:%f \n", damp); in Damping()
169 LOGD_A3DLUT("begin lut interp by alp\n"); in InterpLutbyAlp()
273 LOGD_A3DLUT("sensorGain: %f, lutidx_alp_update: %d, Alpha: %f->%f, LutIdx: %d->%d \n", in Alut3dAutoConfig()
313LOGD_A3DLUT("DampCoef = %f, damp lutB[7] = %d, lut converge: %d, count = %d\n", hAlut3d->swinfo.aw… in Alut3dAutoConfig()
354 LOGD_A3DLUT("%s: updateAtt: %d\n", __FUNCTION__, hAlut3d->updateAtt); in Alut3dConfig()
362LOGD_A3DLUT("%s: byPass: %d mode:%d \n", __FUNCTION__, hAlut3d->mCurAtt.byPass, hAlut3d->mCurAtt.… in Alut3dConfig()
371LOGD_A3DLUT( "%s: update sensorGain:%f \n", __FUNCTION__, hAlut3d->swinfo.sensorGain); in Alut3dConfig()
375LOGD_A3DLUT( "%s: not update sensorGain:%f \n", __FUNCTION__, hAlut3d->swinfo.sensorGain); in Alut3dConfig()
379LOGD_A3DLUT("awbConverged: %d, calib_update: %d\n", hAlut3d->swinfo.awbConverged, hAlut3d->calib_u… in Alut3dConfig()
[all …]
H A Drk_aiq_algo_a3dlut_itf.cpp106 LOGD_A3DLUT("update:%d, updateAtt: %d, converge: %d\n", in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_a3dlut_itf.cpp121 LOGD_A3DLUT("sensor gain choose from second hdr frame for a3dlut"); in processing()
127 LOGD_A3DLUT("sensor gain choose from third hdr frame for a3dlut"); in processing()
140 LOGD_A3DLUT( "%s: sensorGain:%f, awbGain:%f,%f, awbIIRDampCoef:%f\n", __FUNCTION__, in processing()
147 LOGD_A3DLUT("update:%d, updateAtt: %d, converge: %d\n", in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqA3dlutHandle.cpp333 LOGD_A3DLUT("[%d] params from algo", mSyncFlag); in genIspResult()
344 LOGD_A3DLUT("[%d] params from latest [%d]", shared->frameId, mSyncFlag); in genIspResult()
348 LOGD_A3DLUT("[%d] params needn't update", shared->frameId); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h369 #define LOGD_A3DLUT(...) XCAM_MODULE_LOG_DEBUG(XCORE_LOG_MODULE_A3DLUT, 0xff, ##__VA_ARGS__) macro