Home
last modified time | relevance | path

Searched refs:mpp_frame_get_buffer (Results 1 – 20 of 20) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c109 MppBuffer src_buf = mpp_frame_get_buffer(frame); in dec_vproc_put_frame()
156 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_clr_prev0()
165 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_clr_prev0()
180 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm1); in dec_vproc_clr_prev1()
188 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm1); in dec_vproc_clr_prev1()
275 MppBuffer buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
303 buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_set_dei_v1()
313 buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
344 buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
422 buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_config_dei_v2()
[all …]
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c163 MppBuffer buf = mpp_frame_get_buffer(frame); in config_rga_image()
277 MppBuffer src_buf = mpp_frame_get_buffer(src); in rga_copy()
278 MppBuffer dst_buf = mpp_frame_get_buffer(dst); in rga_copy()
347 MppBuffer buf = mpp_frame_get_buffer(frame); in rga_dup_field()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c151 void *enc_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_cmp_frame()
152 void *dec_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_cmp_frame()
195 RK_U8 *enc_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_calc_psnr()
196 RK_U8 *dec_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_psnr()
336 (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_calc_ssim()
338 (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_ssim()
H A Dmpi_enc_mt_test.c960 frm_buf = mpp_frame_get_buffer(frm); in enc_test_output()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c34 MppBuffer buf = mpp_frame_get_buffer(frame); in fill_hdr_meta_to_frame()
H A Dmpp_frame.c120 MppBuffer mpp_frame_get_buffer(MppFrame frame) in mpp_frame_get_buffer() function
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c165 RK_U8 *p_buf = (RK_U8 *) mpp_buffer_get_ptr(mpp_frame_get_buffer(frame)); in dump_frame()
403 MppBuffer buf = mpp_frame_get_buffer(frame); in mpp_ops_dec_get_frm()
H A Dmpp.c603 buffer = mpp_frame_get_buffer(frm); in mpp_get_frame()
643 mpp_buffer_sync_ro_begin(mpp_frame_get_buffer(first)); in mpp_get_frame_noblock()
679 buffer = mpp_frame_get_buffer(*frame); in mpp_decode()
703 buffer = mpp_frame_get_buffer(*frame); in mpp_decode()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h437 MppBuffer mpp_frame_get_buffer(const MppFrame frame);
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp541 MppBuffer buf = mpp_frame_get_buffer(mframe); in setup_VPU_FRAME_from_mpp_frame()
840 MppBuffer buf_out = mpp_frame_get_buffer(mframe); in decode()
886 MppBuffer buf = mpp_frame_get_buffer(mframe); in decode()
1003 MppBuffer buf = mpp_frame_get_buffer(mframe); in decode_getoutframe()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c319 (NULL == mpp_frame_get_buffer(frame)) ? (-1) : in mpp_dec_put_frame()
320 mpp_buffer_get_fd(mpp_frame_get_buffer(frame))); in mpp_dec_put_frame()
H A Dmpp_dec_normal.c1001 MppBuffer output_buffer = mpp_frame_get_buffer(frame); in mpp_dec_advanced_thread()
1122 mpp_buffer_sync_ro_begin(mpp_frame_get_buffer(frame)); in mpp_dec_advanced_thread()
H A Dmpp_enc_impl.c1752 MppBuffer frm_buf = mpp_frame_get_buffer(enc->frame); in mpp_enc_check_frm_pkt()
3084 MppBuffer frm_buf = mpp_frame_get_buffer(frame); in check_async_frm_pkt()
/rockchip-linux_mpp/utils/
H A Dutils.c80 buffer = mpp_frame_get_buffer(frame); in dump_mpp_frame_to_file()
383 RK_U8 *buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame)); in calc_frm_crc()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c908 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu541_io_buf()
H A Dhal_h264e_vepu540c.c988 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu540c_io_buf()
H A Dhal_h264e_vepu580.c1357 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu580_io_buf()
H A Dhal_h264e_vepu510.c1281 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu510_io_buf()
H A Dhal_h264e_vepu511.c1273 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu511_io_buf()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1970 mbuffer = mframe ? mpp_frame_get_buffer(mframe) : NULL; in check_refer_dpb_buf_slots()