Searched refs:ir_res (Results 1 – 1 of 1) sorted by relevance
133 rk_smart_ir_result_t ir_res; in switch_ir_thread() local150 rk_smart_ir_runOnce(smartIr_ctx->ir_ctx, stats_ref, &ir_res); in switch_ir_thread()162 if (ir_res.status == RK_SMART_IR_STATUS_DAY) { in switch_ir_thread()164 } else if (ir_res.status == RK_SMART_IR_STATUS_NIGHT) { in switch_ir_thread()168 …printf("SAMPLE_SMART_IR: switch to %s\n", ir_res.status == RK_SMART_IR_STATUS_DAY ? "DAY" : "Night… in switch_ir_thread()