Searched refs:calib_ldch (Results 1 – 2 of 2) sorted by relevance
39 CalibDbV2_Ldch_Param_t* calib_ldch = &calib_ldch_db->param; in updateCalibConfig() local41 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in updateCalibConfig()42 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in updateCalibConfig()43 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in updateCalibConfig()44 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in updateCalibConfig()45 ldchCtx->camCoeff.a3 = calib_ldch->coefficient[2]; in updateCalibConfig()46 ldchCtx->camCoeff.a4 = calib_ldch->coefficient[3]; in updateCalibConfig()48 if (calib_ldch->ldch_en) { in updateCalibConfig()49 if (!ldchCtx->ldch_en || calib_ldch->correct_level != hLDCH->correct_level) { in updateCalibConfig()51 bool success = aiqGenMesh(hLDCH, calib_ldch->correct_level); in updateCalibConfig()[all …]
52 CalibDbV2_Ldch_Param_t* calib_ldch = &calib_ldch_db->param; in updateCalibConfig() local54 ldchCtx->camCoeff.cx = calib_ldch->light_center[0]; in updateCalibConfig()55 ldchCtx->camCoeff.cy = calib_ldch->light_center[1]; in updateCalibConfig()56 ldchCtx->camCoeff.a0 = calib_ldch->coefficient[0]; in updateCalibConfig()57 ldchCtx->camCoeff.a2 = calib_ldch->coefficient[1]; in updateCalibConfig()58 ldchCtx->camCoeff.a3 = calib_ldch->coefficient[2]; in updateCalibConfig()59 ldchCtx->camCoeff.a4 = calib_ldch->coefficient[3]; in updateCalibConfig()60 memcpy(ldchCtx->meshfile, calib_ldch->meshfile, sizeof(ldchCtx->meshfile)); in updateCalibConfig()62 if (calib_ldch->ldch_en) { in updateCalibConfig()63 if ((!ldchCtx->ldch_en || calib_ldch->correct_level != hLDCH->correct_level) && \ in updateCalibConfig()[all …]