Lines Matching refs:amend
144 HalH264eVepuStreamAmend *amend; member
584 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu510_get_task()
608 ctx->amend->reorder = ctx->reorder; in hal_h264e_vepu510_get_task()
609 ctx->amend->marking = ctx->marking; in hal_h264e_vepu510_get_task()
612 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu510_get_task()
615 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu510_get_task()
2465 HalH264eVepuStreamAmend *amend = &ctx->amend_sets[task->flags.reg_idx]; in hal_h264e_vepu510_wait() local
2467 if (amend->enable) { in hal_h264e_vepu510_wait()
2468 amend->old_length = task->hw_length; in hal_h264e_vepu510_wait()
2469 amend->slice->is_multi_slice = (ctx->cfg->split.split_mode > 0); in hal_h264e_vepu510_wait()
2470 h264e_vepu_stream_amend_proc(amend, &ctx->cfg->h264.hw_cfg); in hal_h264e_vepu510_wait()
2471 task->hw_length = amend->new_length; in hal_h264e_vepu510_wait()
2472 } else if (amend->prefix) { in hal_h264e_vepu510_wait()
2474 amend->old_length = task->hw_length; in hal_h264e_vepu510_wait()
2475 h264e_vepu_stream_amend_sync_ref_idc(amend); in hal_h264e_vepu510_wait()