Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_algo_aldch_itf.cpp51 bool success = aiqGenMesh(hLDCH, calib_ldch->correct_level); in updateCalibConfig()
212 bool success = aiqGenMesh(hLDCH, ldchCtx->correct_level); in prepare()
330 bool success = aiqGenMesh(hLDCH, attrib->correct_level); in loop()
H A Drk_aiq_ldch_generate_mesh.h31 bool aiqGenMesh(LDCHContext_t* ldchCtx, int32_t level);
H A Drk_aiq_algo_aldch_v21_itf.cpp70 bool success = aiqGenMesh(hLDCH, calib_ldch->correct_level); in updateCalibConfig()
466 bool success = aiqGenMesh(hLDCH, ldchCtx->correct_level); in prepare()
641 bool success = aiqGenMesh(hLDCH, attrib->correct_level); in loop()
H A Drk_aiq_ldch_generate_mesh.cpp205 bool aiqGenMesh(LDCHContext_t* ldchCtx, int32_t level) in aiqGenMesh() function