Home
last modified time | relevance | path

Searched refs:spspps_offset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h92 RK_U32 spspps_offset; member
H A Dhal_h265d_vdpu34x.c152 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu34x_init()
243 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v345_output_pps_packet()
470 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_output_pps_packet()
867 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu34x_gen_regs()
1117 trans_cfg.offset = reg_ctx->spspps_offset; in hal_h265d_vdpu34x_gen_regs()
H A Dhal_h265d_vdpu382.c152 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in hal_h265d_vdpu382_init()
247 void *pps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->spspps_offset; in hal_h265d_v382_output_pps_packet()
662 reg_ctx->spspps_offset = reg_ctx->offset_spspps[i]; in hal_h265d_vdpu382_gen_regs()
911 trans_cfg.offset = reg_ctx->spspps_offset; in hal_h265d_vdpu382_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c148 RK_U32 spspps_offset; member
731 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu34x_h264d_init()
938 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu34x_h264d_gen_regs()
957 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu34x_h264d_gen_regs()
963 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu34x_h264d_gen_regs()
971 trans_cfg.offset = ctx->spspps_offset; in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c152 RK_U32 spspps_offset; member
757 reg_ctx->spspps_offset = reg_ctx->offset_spspps[0]; in vdpu382_h264d_init()
988 ctx->spspps_offset = ctx->offset_spspps[i]; in vdpu382_h264d_gen_regs()
1008 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i) + len; in vdpu382_h264d_gen_regs()
1014 offset = ctx->spspps_offset + (sizeof(ctx->spspps) * i); in vdpu382_h264d_gen_regs()
1022 trans_cfg.offset = ctx->spspps_offset; in vdpu382_h264d_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c383 p_des = &p_Inp->spspps_buf[p_Inp->spspps_offset]; in store_cur_nalu()
386 p_Inp->spspps_offset += p_strm->nalu_len + sizeof(g_start_precode); in store_cur_nalu()
387 p_Inp->spspps_len = p_Inp->spspps_offset; in store_cur_nalu()
392 p_Inp->spspps_offset = 0; in store_cur_nalu()
H A Dh264d_global.h912 RK_U32 spspps_offset; member