[mpp_callback]: Optimize callback module

1. Move callback module to osal for later mpp_device callback.
2. Make callback command a pre-defined value to avoid include issue.
3. Separate callback cmd and param to separate header.

Change-Id: Ibd5cf11650a1cd2a326baddb82dc60fa1767ac87
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2021-09-17 18:09:21 +08:00
parent 8285f5cd94
commit 7256403b49
24 changed files with 116 additions and 83 deletions

View File

@@ -30,6 +30,7 @@
#include "h264d_slice.h"
#include "h264d_dpb.h"
#include "h264d_init.h"
#include "mpp_dec_cb_param.h"
RK_U32 rkv_h264d_parse_debug = 0;