Home
last modified time | relevance | path

Searched refs:spspps (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c45 MppBuffer spspps; member
52 RK_U8 spspps[32]; member
564 &reg_ctx->reg_buf[i].spspps, RKV_SPSPPS_SIZE)); in rkv_h264d_init()
573 reg_ctx->spspps_buf = reg_ctx->reg_buf[0].spspps; in rkv_h264d_init()
626 mpp_buffer_put(reg_ctx->reg_buf[i].spspps); in rkv_h264d_deinit()
660 reg_ctx->spspps_buf = reg_ctx->reg_buf[i].spspps; in rkv_h264d_gen_regs()
670 prepare_spspps(p_hal, (RK_U64 *)&reg_ctx->spspps, sizeof(reg_ctx->spspps)); in rkv_h264d_gen_regs()
679 (sizeof(reg_ctx->spspps) * i), (void *)reg_ctx->spspps, in rkv_h264d_gen_regs()
680 sizeof(reg_ctx->spspps)); in rkv_h264d_gen_regs()
H A Dhal_h264d_vdpu34x.c133 RK_U8 spspps[48]; member
946 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps)); in vdpu34x_h264d_gen_regs()
957 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu34x_h264d_gen_regs()
958 … memcpy((char *)ctx->bufs_ptr + offset, (char *)ctx->spspps + len, sizeof(ctx->spspps) - len); in vdpu34x_h264d_gen_regs()
963 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu34x_h264d_gen_regs()
964 memcpy((char *)ctx->bufs_ptr + offset, (void *)ctx->spspps, sizeof(ctx->spspps)); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c137 RK_U8 spspps[48]; member
997 prepare_spspps(p_hal, (RK_U64 *)&ctx->spspps, sizeof(ctx->spspps)); in vdpu382_h264d_gen_regs()
1008 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu382_h264d_gen_regs()
1009 … memcpy((char *)ctx->bufs_ptr + offset, (char *)ctx->spspps + len, sizeof(ctx->spspps) - len); in vdpu382_h264d_gen_regs()
1014 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu382_h264d_gen_regs()
1015 memcpy((char *)ctx->bufs_ptr + offset, (void *)ctx->spspps, sizeof(ctx->spspps)); in vdpu382_h264d_gen_regs()