Searched refs:spspps_offset (Results 1 – 11 of 11) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 87 RK_U32 spspps_offset; member
|
| H A D | hal_h265d_vdpu34x.c | 153 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu34x_init() 238 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() 462 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_output_pps_packet() 874 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu34x_gen_regs() 1134 mpp_dev_set_reg_offset(reg_ctx->dev, 161, reg_ctx->spspps_offset); in hal_h265d_vdpu34x_gen_regs()
|
| H A D | hal_h265d_vdpu382.c | 151 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu382_init() 231 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v382_output_pps_packet() 680 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu382_gen_regs() 910 mpp_dev_set_reg_offset(reg_ctx->dev, 161, reg_ctx->spspps_offset); in hal_h265d_vdpu382_gen_regs()
|
| H A D | hal_h265d_vdpu384a.c | 141 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu384a_init() 361 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() 810 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu384a_gen_regs() 1095 mpp_dev_set_reg_offset(reg_ctx->dev, 131, reg_ctx->spspps_offset); in hal_h265d_vdpu384a_gen_regs()
|
| H A D | hal_h265d_vdpu383.c | 165 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu383_init() 393 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet() 890 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu383_gen_regs() 1156 mpp_dev_set_reg_offset(reg_ctx->dev, 131, reg_ctx->spspps_offset); in hal_h265d_vdpu383_gen_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu34x.c | 148 RK_U32 spspps_offset; member 737 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu34x_h264d_init() 944 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu34x_h264d_gen_regs() 966 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu34x_h264d_gen_regs() 972 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu34x_h264d_gen_regs() 978 mpp_dev_set_reg_offset(p_hal->dev, 161, ctx->spspps_offset); in vdpu34x_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu384a.c | 83 RK_U32 spspps_offset; member 617 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu384a_h264d_init() 817 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu384a_h264d_gen_regs() 842 memcpy((char *)ctx->bufs_ptr + ctx->spspps_offset, (char *)ctx->spspps, sizeof(ctx->spspps)); in vdpu384a_h264d_gen_regs() 846 mpp_dev_set_reg_offset(p_hal->dev, 131, ctx->spspps_offset); in vdpu384a_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu382.c | 152 RK_U32 spspps_offset; member 758 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu382_h264d_init() 973 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu382_h264d_gen_regs() 994 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu382_h264d_gen_regs() 1000 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu382_h264d_gen_regs() 1006 mpp_dev_set_reg_offset(p_hal->dev, 161, ctx->spspps_offset); in vdpu382_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu383.c | 95 RK_U32 spspps_offset; member 661 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu383_h264d_init() 865 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu383_h264d_gen_regs() 892 memcpy((char *)ctx->bufs_ptr + ctx->spspps_offset, (char *)ctx->spspps, sizeof(ctx->spspps)); in vdpu383_h264d_gen_regs() 896 mpp_dev_set_reg_offset(p_hal->dev, 131, ctx->spspps_offset); in vdpu383_h264d_gen_regs()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 455 p_des = &p_Inp->spspps_buf[p_Inp->spspps_offset]; in store_cur_nalu() 458 p_Inp->spspps_offset += p_strm->nalu_len + sizeof(g_start_precode); in store_cur_nalu() 459 p_Inp->spspps_len = p_Inp->spspps_offset; in store_cur_nalu() 464 p_Inp->spspps_offset = 0; in store_cur_nalu()
|
| H A D | h264d_global.h | 912 RK_U32 spspps_offset; member
|