| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 135 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 D | rga.cpp | 175 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 D | mpp_decoder.cpp | 253 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 D | mpi_rc2_test.c | 163 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 D | mpi_enc_mt_test.cpp | 960 frm_buf = mpp_frame_get_buffer(frm); in enc_test_output()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_dec_hdr_meta.c | 34 MppBuffer buf = mpp_frame_get_buffer(frame); in fill_hdr_meta_to_frame()
|
| H A D | mpp_frame.cpp | 89 MppBuffer mpp_frame_get_buffer(MppFrame frame) in mpp_frame_get_buffer() function
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 161 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 D | vpu_api_legacy.cpp | 517 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 D | mpp_frame.h | 390 MppBuffer mpp_frame_get_buffer(const MppFrame frame);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 389 MppBuffer mpp_frame_get_buffer(const MppFrame frame);
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpp.c | 196 MppBuffer mbuf = mpp_frame_get_buffer (mframe); in gst_mpp_rga_info_from_mpp_frame()
|
| H A D | gstmppdec.c | 725 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 D | mpp_dec.cpp | 326 (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 D | mpp_dec_normal.cpp | 969 MppBuffer output_buffer = mpp_frame_get_buffer(frame); in mpp_dec_advanced_thread()
|
| H A D | mpp_enc_impl.cpp | 1375 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 D | utils.c | 64 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 D | hal_h264e_vepu541.c | 887 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu541_io_buf()
|
| H A D | hal_h264e_vepu540c.c | 1050 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu540c_io_buf()
|
| H A D | hal_h264e_vepu580.c | 1416 MppBuffer buf_in = mpp_frame_get_buffer(frm); in setup_vepu580_io_buf()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_init.c | 1958 mbuffer = mframe ? mpp_frame_get_buffer(mframe) : NULL; in check_refer_dpb_buf_slots()
|