Lines Matching refs:amend
124 HalH264eVepuStreamAmend *amend; member
602 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu580_get_task()
626 ctx->amend->reorder = ctx->reorder; in hal_h264e_vepu580_get_task()
627 ctx->amend->marking = ctx->marking; in hal_h264e_vepu580_get_task()
630 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu580_get_task()
633 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu580_get_task()
2437 HalH264eVepuStreamAmend *amend = &ctx->amend_sets[task->flags.reg_idx]; in hal_h264e_vepu580_wait() local
2439 if (amend->enable) { in hal_h264e_vepu580_wait()
2440 amend->old_length = task->hw_length; in hal_h264e_vepu580_wait()
2441 amend->slice->is_multi_slice = (ctx->cfg->split.split_mode > 0); in hal_h264e_vepu580_wait()
2442 h264e_vepu_stream_amend_proc(amend, &ctx->cfg->h264.hw_cfg); in hal_h264e_vepu580_wait()
2443 task->hw_length = amend->new_length; in hal_h264e_vepu580_wait()
2444 } else if (amend->prefix) { in hal_h264e_vepu580_wait()
2446 amend->old_length = task->hw_length; in hal_h264e_vepu580_wait()
2447 h264e_vepu_stream_amend_sync_ref_idc(amend); in hal_h264e_vepu580_wait()