chore[kmpp]: Modify kmpp_objs init / deinit order

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: Ia8fac55bc43f092a6b76bd9f5b7706f4d28bde1d
This commit is contained in:
Herman Chen
2025-06-17 11:53:58 +08:00
parent 147aec8a1b
commit 5e67bcdf71
4 changed files with 15 additions and 9 deletions

View File

@@ -22,13 +22,18 @@ typedef enum MppSingletonId_e {
MPP_SGLN_SERVER,
/* software platform */
MPP_SGLN_RUNTIME,
/* base module */
/* kernel module (MUST before userspace module) */
MPP_SGLN_KOBJ,
MPP_SGLN_KMPP_BUFFER,
MPP_SGLN_KMPP_META,
MPP_SGLN_KMPP_FRAME,
MPP_SGLN_KMPP_PACKET,
/* userspace base module */
MPP_SGLN_BUFFER,
MPP_SGLN_META,
MPP_SGLN_FRAME,
MPP_SGLN_PACKET,
/* system module */
MPP_SGLN_KOBJ,
/* userspace system module */
MPP_SGLN_ENC_CFG,
MPP_SGLN_DEC_CFG,
MPP_SGLN_DEC_RC_API,