[mpp]: move dump data from vpu_api_legacy to mpp

tips:
add MppDumpInfo for dump input and output.

Change-Id: Ia2416309e0e6b78671c073ae08409d907e3d0e85
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Ding Wei
2018-08-01 16:50:28 +08:00
committed by Herman Chen
parent 6d059f65bf
commit 76b8c229a2
12 changed files with 246 additions and 118 deletions

View File

@@ -38,7 +38,7 @@ static char mpp_version_number[] = MPP_VER_NUM;
static RK_CHIP_TYPE chip_version(void)
{
RK_CHIP_TYPE type = NONE;
char *value = NULL;
const char *value = NULL;
RK_S32 ret = mpp_env_get_str("ro.product.board", &value, NULL);
if (0 == ret) {