Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp135 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_clr_prev0()
144 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_clr_prev0()
159 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm1); in dec_vproc_clr_prev1()
167 MppBuffer buf = mpp_frame_get_buffer(ctx->prev_frm1); in dec_vproc_clr_prev1()
243 MppBuffer buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
271 buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_set_dei_v1()
281 buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
312 buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v1()
357 MppBuffer buf = mpp_frame_get_buffer(frm); in dec_vproc_set_dei_v2()
383 buf = mpp_frame_get_buffer(ctx->prev_frm0); in dec_vproc_set_dei_v2()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp175 MppBuffer buf = mpp_frame_get_buffer(frame); in config_rga_image()
289 MppBuffer src_buf = mpp_frame_get_buffer(src); in rga_copy()
290 MppBuffer dst_buf = mpp_frame_get_buffer(dst); in rga_copy()
359 MppBuffer buf = mpp_frame_get_buffer(frame); in rga_dup_field()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp253 char *data_vir =(char *) mpp_buffer_get_ptr(mpp_frame_get_buffer(frame)); in Decode()
254 int fd = mpp_buffer_get_fd(mpp_frame_get_buffer(frame)); in Decode()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_rc2_test.c163 void *enc_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_cmp_frame()
164 void *dec_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_cmp_frame()
207 RK_U8 *enc_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_calc_psnr()
208 RK_U8 *dec_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_psnr()
348 (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_calc_ssim()
350 (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_ssim()
H A Dmpi_enc_mt_test.cpp960 frm_buf = mpp_frame_get_buffer(frm); in enc_test_output()
/OK3568_Linux_fs/external/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.cpp89 MppBuffer mpp_frame_get_buffer(MppFrame frame) in mpp_frame_get_buffer() function
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp_impl.cpp161 RK_U8 *p_buf = (RK_U8 *) mpp_buffer_get_ptr(mpp_frame_get_buffer(frame)); in dump_frame()
371 MppBuffer buf = mpp_frame_get_buffer(frame); in mpp_ops_dec_get_frm()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp517 MppBuffer buf = mpp_frame_get_buffer(mframe); in setup_VPU_FRAME_from_mpp_frame()
811 MppBuffer buf_out = mpp_frame_get_buffer(mframe); in decode()
857 MppBuffer buf = mpp_frame_get_buffer(mframe); in decode()
974 MppBuffer buf = mpp_frame_get_buffer(mframe); in decode_getoutframe()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h390 MppBuffer mpp_frame_get_buffer(const MppFrame frame);
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h389 MppBuffer mpp_frame_get_buffer(const MppFrame frame);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c196 MppBuffer mbuf = mpp_frame_get_buffer (mframe); in gst_mpp_rga_info_from_mpp_frame()
H A Dgstmppdec.c725 mbuf = mpp_frame_get_buffer (mframe); in gst_mpp_dec_get_gst_buffer()
863 if (!mpp_frame_get_buffer (mframe)) in gst_mpp_dec_loop()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp326 (NULL == mpp_frame_get_buffer(frame)) ? (-1) : in mpp_dec_put_frame()
327 mpp_buffer_get_fd(mpp_frame_get_buffer(frame))); in mpp_dec_put_frame()
H A Dmpp_dec_normal.cpp969 MppBuffer output_buffer = mpp_frame_get_buffer(frame); in mpp_dec_advanced_thread()
H A Dmpp_enc_impl.cpp1375 MppBuffer frm_buf = mpp_frame_get_buffer(enc->frame); in mpp_enc_check_frm_pkt()
2496 MppBuffer frm_buf = mpp_frame_get_buffer(frame); in check_async_frm_pkt()
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c64 buffer = mpp_frame_get_buffer(frame); in dump_mpp_frame_to_file()
343 RK_U8 *buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame)); in calc_frm_crc()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c887 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu541_io_buf()
H A Dhal_h264e_vepu540c.c1050 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu540c_io_buf()
H A Dhal_h264e_vepu580.c1416 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu580_io_buf()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1958 mbuffer = mframe ? mpp_frame_get_buffer(mframe) : NULL; in check_refer_dpb_buf_slots()