Searched refs:spspps (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 45 MppBuffer spspps; member 52 RK_U8 spspps[32]; member 563 ®_ctx->reg_buf[i].spspps, RKV_SPSPPS_SIZE)); in rkv_h264d_init() 572 reg_ctx->spspps_buf = reg_ctx->reg_buf[0].spspps; in rkv_h264d_init() 610 mpp_buffer_put(reg_ctx->reg_buf[i].spspps); in rkv_h264d_deinit() 644 reg_ctx->spspps_buf = reg_ctx->reg_buf[i].spspps; in rkv_h264d_gen_regs() 654 prepare_spspps(p_hal, (RK_U64 *)®_ctx->spspps, sizeof(reg_ctx->spspps)); in rkv_h264d_gen_regs() 663 (sizeof(reg_ctx->spspps) * i), (void *)reg_ctx->spspps, in rkv_h264d_gen_regs() 664 sizeof(reg_ctx->spspps)); in rkv_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu34x.c | 133 RK_U8 spspps[48]; member 955 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps)); in vdpu34x_h264d_gen_regs() 966 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu34x_h264d_gen_regs() 967 … memcpy((char *)ctx->bufs_ptr + offset, (char *)ctx->spspps + len, sizeof(ctx->spspps) - len); in vdpu34x_h264d_gen_regs() 972 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu34x_h264d_gen_regs() 973 memcpy((char *)ctx->bufs_ptr + offset, (void *)ctx->spspps, sizeof(ctx->spspps)); in vdpu34x_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu382.c | 137 RK_U8 spspps[48]; member 983 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps)); in vdpu382_h264d_gen_regs() 994 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu382_h264d_gen_regs() 995 … memcpy((char *)ctx->bufs_ptr + offset, (char *)ctx->spspps + len, sizeof(ctx->spspps) - len); in vdpu382_h264d_gen_regs() 1000 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu382_h264d_gen_regs() 1001 memcpy((char *)ctx->bufs_ptr + offset, (void *)ctx->spspps, sizeof(ctx->spspps)); in vdpu382_h264d_gen_regs()
|
| H A D | hal_h264d_vdpu384a.c | 71 RK_U8 spspps[VDPU384A_SPSPPS_SIZE]; member 837 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps) / 8); 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()
|
| H A D | hal_h264d_vdpu383.c | 80 RK_U8 spspps[VDPU383_SPS_PPS_LEN]; member 886 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps) / 8); 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()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 456 - [hal_h264d_vdpu383]: fix spspps update issue 555 - [vdpu383]: spspps data not need copy all range ppsid
|