Home
last modified time | relevance | path

Searched refs:auto_irled (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_smartIr.cpp137 rk_smart_ir_autoled_t auto_irled = { 0 }; in switch_ir_thread() local
141 auto_irled.is_smooth_convert = false; in switch_ir_thread()
142 auto_irled.auto_irled_val = irled_cur_value; in switch_ir_thread()
143 auto_irled.auto_irled_min = 10; in switch_ir_thread()
144 auto_irled.auto_irled_max = 100; in switch_ir_thread()
155 rk_smart_ir_auto_irled(smartIr_ctx->ir_ctx, &auto_irled); in switch_ir_thread()
156 if (irled_cur_value != auto_irled.auto_irled_val) { in switch_ir_thread()
157 irled_cur_value = auto_irled.auto_irled_val; in switch_ir_thread()
/OK3568_Linux_fs/external/camera_engine_rkaiq/smart_ir/include/
H A Drk_smart_ir_api.h64 XCamReturn rk_smart_ir_auto_irled(rk_smart_ir_ctx_t* ctx, rk_smart_ir_autoled_t* auto_irled);