mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:00:40 +01:00
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> |
||
|---|---|---|
| .. | ||
| mpp_buffer.h | ||
| mpp_err.h | ||
| mpp_frame.h | ||
| mpp_meta.h | ||
| mpp_packet.h | ||
| mpp_rc_api.h | ||
| mpp_rc_defs.h | ||
| mpp_task.h | ||
| rk_mpi.h | ||
| rk_mpi_cmd.h | ||
| rk_type.h | ||
| rk_vdec_cfg.h | ||
| rk_vdec_cmd.h | ||
| rk_venc_cfg.h | ||
| rk_venc_cmd.h | ||
| rk_venc_rc.h | ||
| rk_venc_ref.h | ||
| vpu.h | ||
| vpu_api.h | ||