Lines Matching refs:task_idx
119 RK_S32 task_idx; member
2531 RK_S32 task_idx = task->flags.reg_idx; in vepu511_h265e_update_tune_stat() local
2532 Vepu511H265eFrmCfg *frm = ctx->frms[task_idx]; in vepu511_h265e_update_tune_stat()
2636 RK_S32 task_idx = task->flags.reg_idx; in hal_h265e_vepu511_wait() local
2637 Vepu511H265eFrmCfg *frm = ctx->frms[task_idx]; in hal_h265e_vepu511_wait()
2727 RK_S32 task_idx = ctx->task_idx; in hal_h265e_vepu511_get_task() local
2743 frm_cfg = ctx->frms[task_idx]; in hal_h265e_vepu511_get_task()
2759 task->flags.reg_idx = ctx->task_idx; in hal_h265e_vepu511_get_task()
2760 ctx->ext_line_buf = ctx->ext_line_bufs[ctx->task_idx]; in hal_h265e_vepu511_get_task()
2763 ctx->task_idx++; in hal_h265e_vepu511_get_task()
2764 if (ctx->task_idx >= ctx->task_cnt) in hal_h265e_vepu511_get_task()
2765 ctx->task_idx = 0; in hal_h265e_vepu511_get_task()
2783 RK_S32 task_idx = task->flags.reg_idx; in hal_h265e_vepu511_ret_task() local
2784 Vepu511H265eFrmCfg *frm = ctx->frms[task_idx]; in hal_h265e_vepu511_ret_task()