Home
last modified time | relevance | path

Searched refs:mpp_buffer_write (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c578 FUN_CHECK(ret = mpp_buffer_write(reg_ctx->cabac_buf, 0, in rkv_h264d_init()
662 mpp_buffer_write(reg_ctx->spspps_buf, in rkv_h264d_gen_regs()
668 mpp_buffer_write(reg_ctx->rps_buf, 0, in rkv_h264d_gen_regs()
672 mpp_buffer_write(reg_ctx->sclst_buf, 0, in rkv_h264d_gen_regs()
/rockchip-linux_mpp/inc/
H A Dmpp_buffer.h237 #define mpp_buffer_write(buffer, offset, data, size) \ macro
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c151 mpp_buffer_write(task->hal_pkt_buf_in, 0, src, length); in mpp_dec_decode()
H A Dmpp_dec_normal.c439 mpp_buffer_write(hal_buf_in, 0, src, length); in try_proc_dec_task()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c158 mpp_buffer_write(buf, 0, table, H264E_CABAC_TABLE_BUF_SIZE); in vepu_write_cabac_table()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c200 ret = mpp_buffer_write(reg_ctx->cabac_table_data, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_rkv_init()
H A Dhal_h265d_vdpu382.c156 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu382_init()
H A Dhal_h265d_vdpu34x.c158 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu34x_init()
H A Dhal_h265d_vdpu383.c170 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu383_init()