Searched refs:task_idx (Results 1 – 11 of 11) sorted by relevance
38 RK_S32 task_idx; member
181 task->flags.reg_idx = ctx->task_idx++; in hal_jpege_vepu2_get_task()182 if (ctx->task_idx >= ctx->task_cnt) in hal_jpege_vepu2_get_task()183 ctx->task_idx = 0; in hal_jpege_vepu2_get_task()
97 RK_U32 task_idx; member
119 RK_S32 task_idx; member2531 RK_S32 task_idx = task->flags.reg_idx; in vepu511_h265e_update_tune_stat() local2532 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() local2637 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() local2743 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()[all …]
120 RK_S32 task_idx; member2344 RK_S32 task_idx = task->flags.reg_idx; in hal_h265e_v510_wait() local2345 Vepu510H265eFrmCfg *frm = ctx->frms[task_idx]; in hal_h265e_v510_wait()2487 RK_S32 task_idx = ctx->task_idx; in hal_h265e_v510_get_task() local2504 frm_cfg = ctx->frms[task_idx]; in hal_h265e_v510_get_task()2521 task->flags.reg_idx = ctx->task_idx; in hal_h265e_v510_get_task()2522 ctx->ext_line_buf = ctx->ext_line_bufs[ctx->task_idx]; in hal_h265e_v510_get_task()2525 ctx->task_idx++; in hal_h265e_v510_get_task()2526 if (ctx->task_idx >= ctx->task_cnt) in hal_h265e_v510_get_task()2527 ctx->task_idx = 0; in hal_h265e_v510_get_task()[all …]
240 RK_S32 task_idx = task->flags.reg_idx; in vepu510_h265e_tune_stat_update() local241 Vepu510H265eFrmCfg *frm = ctx->frms[task_idx]; in vepu510_h265e_tune_stat_update()
175 RK_S32 task_idx; member3185 RK_S32 task_idx = task->flags.reg_idx; in hal_h265e_v580_wait() local3186 Vepu580H265eFrmCfg *frm = ctx->frms[task_idx]; in hal_h265e_v580_wait()3321 RK_S32 task_idx = ctx->task_idx; in hal_h265e_v580_get_task() local3327 task->flags.reg_idx = task_idx; in hal_h265e_v580_get_task()3341 frm_cfg = ctx->frms[task_idx]; in hal_h265e_v580_get_task()3358 ctx->task_idx++; in hal_h265e_v580_get_task()3359 if (ctx->task_idx >= ctx->task_cnt) in hal_h265e_v580_get_task()3360 ctx->task_idx = 0; in hal_h265e_v580_get_task()3386 RK_S32 task_idx = task->flags.reg_idx; in hal_h265e_v580_ret_task() local[all …]
120 RK_S32 task_idx; member594 task->flags.reg_idx = ctx->task_idx; in hal_h264e_vepu580_get_task()600 ctx->ext_line_buf = ctx->ext_line_bufs[ctx->task_idx]; in hal_h264e_vepu580_get_task()601 ctx->regs_set = &ctx->regs_sets[ctx->task_idx]; in hal_h264e_vepu580_get_task()602 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu580_get_task()609 H264ePrefixNal *prefix = &ctx->prefix_sets[ctx->task_idx]; in hal_h264e_vepu580_get_task()610 H264eSlice *slice = &ctx->slice_sets[ctx->task_idx]; in hal_h264e_vepu580_get_task()638 ctx->task_idx = !ctx->task_idx; in hal_h264e_vepu580_get_task()
140 RK_S32 task_idx; member576 task->flags.reg_idx = ctx->task_idx; in hal_h264e_vepu510_get_task()582 ctx->ext_line_buf = ctx->ext_line_bufs[ctx->task_idx]; in hal_h264e_vepu510_get_task()583 ctx->regs_set = &ctx->regs_sets[ctx->task_idx]; in hal_h264e_vepu510_get_task()584 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu510_get_task()591 H264ePrefixNal *prefix = &ctx->prefix_sets[ctx->task_idx]; in hal_h264e_vepu510_get_task()592 H264eSlice *slice = &ctx->slice_sets[ctx->task_idx]; in hal_h264e_vepu510_get_task()620 ctx->task_idx = !ctx->task_idx; in hal_h264e_vepu510_get_task()
143 RK_S32 task_idx; member575 task->flags.reg_idx = ctx->task_idx; in hal_h264e_vepu511_get_task()581 ctx->ext_line_buf = ctx->ext_line_bufs[ctx->task_idx]; in hal_h264e_vepu511_get_task()582 ctx->regs_set = &ctx->regs_sets[ctx->task_idx]; in hal_h264e_vepu511_get_task()583 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu511_get_task()590 H264ePrefixNal *prefix = &ctx->prefix_sets[ctx->task_idx]; in hal_h264e_vepu511_get_task()591 H264eSlice *slice = &ctx->slice_sets[ctx->task_idx]; in hal_h264e_vepu511_get_task()619 ctx->task_idx = !ctx->task_idx; in hal_h264e_vepu511_get_task()
3239 async->seq_idx = enc->task_idx++; in try_get_async_task()