mpp-nyanmisaka/inc
Herman Chen dbd2e2a77b [mpi]: Add mpp_start and mpp_stop
The purpose of mpp_start and mpp_stop is to break mpp_init_into two
stage.

Original mpp_init conbine the init and start for example mpp_dec_init
and mpp_dec_start then the global (or static) config which dominate the
fundamental working way can be only be set before mpp_init. That is
unreasonable. Another example is the encode memory prealloc flow.

The mpp_start is added to end global param receiving and do real
preparation of current operation in mpp_init.
The mpp_stop is the opposite of mpp_start.

Change-Id: I2bdcc29a9ff75777acc5c39c7e7f01477e597bb0
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
2021-05-20 10:24:25 +08:00
..
mpp_buffer.h [mpp_buffer]: Add mem and buffer usage function 2021-04-20 14:39:52 +08:00
mpp_err.h [inc]: add error define for operation not permitted 2018-04-27 17:20:32 +08:00
mpp_frame.h [mpp_frame]: Add hor_stride_pixel interface 2020-12-24 16:04:21 +08:00
mpp_meta.h [mpp_meta]: Add meta key average qp for encoder 2021-01-14 10:01:46 +08:00
mpp_packet.h [mpp_packet]: Add partition property 2020-12-11 21:08:18 +08:00
mpp_rc_api.h [rc_api]: Reorganize RcMode same as MppEncRcMode 2021-01-15 15:23:46 +08:00
mpp_rc_defs.h [rc_v2]: Add iblk4_prop info 2021-01-15 14:11:52 +08:00
mpp_task.h [comment]: add comments in the format of Doxygen 2020-10-23 09:27:53 +08:00
rk_mpi.h [mpi]: Add mpp_start and mpp_stop 2021-05-20 10:24:25 +08:00
rk_mpi_cmd.h [rk_mpi]: Add rk_vdec_cfg.h 2021-03-17 10:55:48 +08:00
rk_type.h [comment]: add comments in the format of Doxygen 2020-10-23 09:27:53 +08:00
rk_vdec_cfg.h [mpp_dec_cfg]: Add mpp_dec_cfg implement 2020-11-30 09:46:27 +08:00
rk_vdec_cmd.h [mpp_dec]: Add query interface for debug 2020-10-23 14:17:34 +08:00
rk_venc_cfg.h [mpp_cfg]: Add general config function 2021-01-08 16:26:53 +08:00
rk_venc_cmd.h [enc_cfg]: Fix max_reenc_times size check error 2021-01-30 18:20:56 +08:00
rk_venc_rc.h [mpp2str]: Add rc_gop_mode 2 str 2020-12-24 17:21:33 +08:00
rk_venc_ref.h [mlvec]: Fix error when ltr_frames larger than 3 2020-09-09 08:57:41 +08:00
vpu.h [legacy]: Remove vpu dependence on mpp_service cmd 2020-11-06 11:47:53 +08:00
vpu_api.h [vpu_api_legacy]: support fbc fmt setup 2021-04-22 11:29:48 +08:00