Lines Matching refs:dec
682 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in update_stream_buffer()
742 if (syn->dec.flags.parse_err || in hal_h265d_rkv_gen_regs()
743 (syn->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_rkv_gen_regs()
749 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in hal_h265d_rkv_gen_regs()
755 syn->dec.reg_index = i; in hal_h265d_rkv_gen_regs()
770 syn->dec.reg_index = 0; in hal_h265d_rkv_gen_regs()
780 if (syn->dec.syntax.data == NULL) { in hal_h265d_rkv_gen_regs()
787 hal_h265d_v345_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_rkv_gen_regs()
789 hal_h265d_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_rkv_gen_regs()
825 mpp_buf_slot_get_prop(reg_ctx->packet_slots, syn->dec.input, SLOT_BUFFER, in hal_h265d_rkv_gen_regs()
835 … hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_rkv_gen_regs()
838 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs()
841 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs()
912 RK_S32 index = task->dec.reg_index; in hal_h265d_rkv_start()
916 if (task->dec.flags.parse_err || in hal_h265d_rkv_start()
917 (task->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_rkv_start()
981 RK_S32 index = task->dec.reg_index; in hal_h265d_rkv_wait()
992 if (task->dec.flags.parse_err || in hal_h265d_rkv_wait()
993 (task->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_rkv_wait()
1003 if (task->dec.flags.parse_err || in hal_h265d_rkv_wait()
1004 task->dec.flags.ref_err || in hal_h265d_rkv_wait()
1010 mpp_callback(reg_ctx->dec_cb, &task->dec); in hal_h265d_rkv_wait()
1013 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.output, in hal_h265d_rkv_wait()
1022 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(task->dec.refer); i++) { in hal_h265d_rkv_wait()
1023 if (task->dec.refer[i] >= 0) { in hal_h265d_rkv_wait()
1026 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.refer[i], in hal_h265d_rkv_wait()
1029 i, task->dec.refer[i], frame_ref); in hal_h265d_rkv_wait()
1032 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.output, in hal_h265d_rkv_wait()