Lines Matching refs:amend
72 HalH264eVepuStreamAmend amend; member
115 h264e_vepu_stream_amend_deinit(&p->amend); in hal_h264e_vepu540c_deinit()
194 h264e_vepu_stream_amend_init(&p->amend); in hal_h264e_vepu540c_init()
370 h264e_vepu_stream_amend_config(&ctx->amend, task->packet, ctx->cfg, in hal_h264e_vepu540c_get_task()
1667 HalH264eVepuStreamAmend *amend = &ctx->amend; in hal_h264e_vepu540c_wait() local
1669 if (amend->enable) { in hal_h264e_vepu540c_wait()
1670 amend->old_length = task->hw_length; in hal_h264e_vepu540c_wait()
1671 amend->slice->is_multi_slice = (ctx->cfg->split.split_mode > 0); in hal_h264e_vepu540c_wait()
1672 h264e_vepu_stream_amend_proc(amend, &ctx->cfg->h264.hw_cfg); in hal_h264e_vepu540c_wait()
1673 task->hw_length = amend->new_length; in hal_h264e_vepu540c_wait()
1674 } else if (amend->prefix) { in hal_h264e_vepu540c_wait()
1676 amend->old_length = task->hw_length; in hal_h264e_vepu540c_wait()
1677 h264e_vepu_stream_amend_sync_ref_idc(amend); in hal_h264e_vepu540c_wait()