Home
last modified time | relevance | path

Searched refs:dump_data_to_file (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c234 static MPP_RET dump_data_to_file(char *fname_path, void *data, RK_U32 data_bit_size, in dump_data_to_file() function
2103dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(reg_ctx->cdf_rd_def_base), in vdpu383_av1d_set_cdf()
2105dump_data_to_file(dump_cur_fname_path, (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->cdf_rd_def_base) in vdpu383_av1d_set_cdf()
2128 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(buf_tmp), in vdpu383_av1d_set_cdf()
2130 dump_data_to_file(dump_cur_fname_path, (RK_U8 *)mpp_buffer_get_ptr(buf_tmp) in vdpu383_av1d_set_cdf()
2168 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(reg_ctx->cdf_rd_def_base), in vdpu383_av1d_set_cdf()
2288 dump_data_to_file(dump_cur_fname_path, ctx->bufs_ptr, in vdpu383_av1d_gen_regs()
2306 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mbuffer) in vdpu383_av1d_gen_regs()
2314 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mbuffer), in vdpu383_av1d_gen_regs()
2427dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mv_buf->buf[0]), in vdpu383_av1d_gen_regs()
[all …]
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c676dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * (bp.index - 1) + bp.bitpos, 64, 0); in prepare_uncompress_header()
826 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(cur_last_prob_base), in hal_vp9d_vdpu383_gen_regs()
833 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(hw_ctx->probe_base), in hal_vp9d_vdpu383_gen_regs()
927 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(streambuf) in hal_vp9d_vdpu383_gen_regs()
1228 dump_data_to_file(dump_cur_fname_path, in hal_vp9d_vdpu383_wait()
1237 dump_data_to_file(dump_cur_fname_path, in hal_vp9d_vdpu383_wait()
1241 dump_data_to_file(dump_cur_fname_path, in hal_vp9d_vdpu383_wait()
1250 dump_data_to_file(dump_cur_fname_path, in hal_vp9d_vdpu383_wait()
1254 dump_data_to_file(dump_cur_fname_path, in hal_vp9d_vdpu383_wait()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu383.c281 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * bp.index + bp.bitpos, 64, 0); in prepare_spspps()
359 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * bp.index + bp.bitpos, 64, 0); in prepare_framerps()
408 dump_data_to_file(dump_cur_fname_path, (void *)data, 8 * n, 128, 0); in prepare_scanlist()
542 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mbuffer), in set_registers()
H A Dhal_h264d_vdpu384a.c295 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * bp.index + bp.bitpos, 128, 0); in prepare_spspps()
344 dump_data_to_file(dump_cur_fname_path, (void *)data, 8 * n, 128, 0); in prepare_scanlist()
497 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mbuffer), in set_registers()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu383.c642 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * bp.index + bp.bitpos, 128, 0); in hal_h265d_v345_output_pps_packet()
831 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 64 * bp.index + bp.bitpos, 128, 0); in hal_h265d_vdpu383_rps()
1049 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mv_buf->buf[0]), in hal_h265d_vdpu383_gen_regs()
1065 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(streambuf), in hal_h265d_vdpu383_gen_regs()
H A Dhal_h265d_vdpu384a.c638 dump_data_to_file(dump_cur_fname_path, (void *)bp.pbuf, 18 * 128, 128, 0); in hal_h265d_v345_output_pps_packet()
981 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(mv_buf->buf[0]), in hal_h265d_vdpu384a_gen_regs()
997 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(streambuf), in hal_h265d_vdpu384a_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/inc/
H A Dvdpu383_com.h660 MPP_RET dump_data_to_file(char *fname_path, void *data, RK_U32 data_bit_size,
H A Dvdpu384a_com.h687 MPP_RET dump_data_to_file(char *fname_path, void *data, RK_U32 data_bit_size,
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu383_com.c320 MPP_RET dump_data_to_file(char *fname_path, void *data, RK_U32 data_bit_size, in dump_data_to_file() function
H A Dvdpu384a_com.c332 MPP_RET dump_data_to_file(char *fname_path, void *data, RK_U32 data_bit_size, in dump_data_to_file() function