Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp65 bool updateCalib; member
880 algo_ctx->updateCalib = false; in AeDemoPrepare()
883 algo_ctx->updateCalib = true; in AeDemoPrepare()
1232 if (algo_ctx->updateCalib) { in AeDemoPreProcess()
1285 if (algo_ctx->updateCalib) { in AeDemoProcessing()
1304 if (algo_ctx->updateCalib) { in AeDemoProcessing()
1305 algo_ctx->updateCalib = false; in AeDemoProcessing()
1339 if (algo_ctx->updateCalib) { in AeDemoGroupProcessing()
H A Drk_aiq_user_api2_custom_awb.cpp49 bool updateCalib; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h444 XCamReturn updateCalib(enum rk_aiq_core_analyze_type_e type);
H A DRkAiqAnalyzeGroupManager.cpp220 grp->getAiqCore()->updateCalib(grp->getType()); in handleCalibUpdate()
H A DRkAiqCore.cpp2407 updateCalib(RK_AIQ_CORE_ANALYZE_ALL); in calibTuning()
3319 XCamReturn RkAiqCore::updateCalib(enum rk_aiq_core_analyze_type_e type) in updateCalib() function in RkCam::RkAiqCore