Searched refs:mpp_buffer_write (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 578 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 D | mpp_buffer.h | 237 #define mpp_buffer_write(buffer, offset, data, size) \ macro
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 151 mpp_buffer_write(task->hal_pkt_buf_in, 0, src, length); in mpp_dec_decode()
|
| H A D | mpp_dec_normal.c | 439 mpp_buffer_write(hal_buf_in, 0, src, length); in try_proc_dec_task()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 158 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 D | hal_h265d_rkv.c | 200 ret = mpp_buffer_write(reg_ctx->cabac_table_data, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_rkv_init()
|
| H A D | hal_h265d_vdpu382.c | 156 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu382_init()
|
| H A D | hal_h265d_vdpu34x.c | 158 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu34x_init()
|
| H A D | hal_h265d_vdpu383.c | 170 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu383_init()
|