Lines Matching refs:amend
147 HalH264eVepuStreamAmend *amend; member
583 ctx->amend = &ctx->amend_sets[ctx->task_idx]; in hal_h264e_vepu511_get_task()
607 ctx->amend->reorder = ctx->reorder; in hal_h264e_vepu511_get_task()
608 ctx->amend->marking = ctx->marking; in hal_h264e_vepu511_get_task()
611 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu511_get_task()
614 h264e_vepu_stream_amend_config(ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu511_get_task()
2426 HalH264eVepuStreamAmend *amend = &ctx->amend_sets[task->flags.reg_idx]; in hal_h264e_vepu511_wait() local
2428 if (amend->enable) { in hal_h264e_vepu511_wait()
2429 amend->old_length = task->hw_length; in hal_h264e_vepu511_wait()
2430 amend->slice->is_multi_slice = (ctx->cfg->split.split_mode > 0); in hal_h264e_vepu511_wait()
2431 h264e_vepu_stream_amend_proc(amend, &ctx->cfg->h264.hw_cfg); in hal_h264e_vepu511_wait()
2432 task->hw_length = amend->new_length; in hal_h264e_vepu511_wait()
2433 } else if (amend->prefix) { in hal_h264e_vepu511_wait()
2435 amend->old_length = task->hw_length; in hal_h264e_vepu511_wait()
2436 h264e_vepu_stream_amend_sync_ref_idc(amend); in hal_h264e_vepu511_wait()