Searched refs:auto_irled (Results 1 – 2 of 2) sorted by relevance
137 rk_smart_ir_autoled_t auto_irled = { 0 }; in switch_ir_thread() local141 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()
64 XCamReturn rk_smart_ir_auto_irled(rk_smart_ir_ctx_t* ctx, rk_smart_ir_autoled_t* auto_irled);