Lines Matching refs:amend
68 HalH264eVepuStreamAmend amend; member
133 h264e_vepu_stream_amend_deinit(&p->amend); in hal_h264e_vepu541_deinit()
219 h264e_vepu_stream_amend_init(&p->amend); in hal_h264e_vepu541_init()
367 h264e_vepu_stream_amend_config(&ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu541_get_task()
1785 HalH264eVepuStreamAmend *amend = &ctx->amend; in hal_h264e_vepu541_wait() local
1787 if (amend->enable) { in hal_h264e_vepu541_wait()
1788 amend->old_length = task->hw_length; in hal_h264e_vepu541_wait()
1789 amend->slice->is_multi_slice = (ctx->cfg->split.split_mode > 0); in hal_h264e_vepu541_wait()
1790 h264e_vepu_stream_amend_proc(amend, &ctx->cfg->h264.hw_cfg); in hal_h264e_vepu541_wait()
1791 task->hw_length = amend->new_length; in hal_h264e_vepu541_wait()
1792 } else if (amend->prefix) { in hal_h264e_vepu541_wait()
1794 amend->old_length = task->hw_length; in hal_h264e_vepu541_wait()
1795 h264e_vepu_stream_amend_sync_ref_idc(amend); in hal_h264e_vepu541_wait()