[mpp_platform]: Add rk3566/rk3568 SOC definition

Change-Id: Ia1972cb95d5497cf95daab46504cfea9522b79e7
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-11-10 13:58:24 +08:00
parent 4fccb4aa80
commit 5967c22284
3 changed files with 45 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ int main()
mpp_log("found vpu2 codec\n");
if (vcodec_type & HAVE_HEVC_DEC)
mpp_log("found RK hevc decoder\n");
mpp_log("found rk hevc decoder\n");
if (vcodec_type & HAVE_RKVDEC)
mpp_log("found rkvdec decoder\n");
@@ -43,6 +43,9 @@ int main()
if (vcodec_type & HAVE_AVSDEC)
mpp_log("found avs+ decoder\n");
if (vcodec_type & HAVE_JPEG_DEC)
mpp_log("found rk jpeg decoder\n");
if (vcodec_type & HAVE_RKVENC)
mpp_log("found rkvenc encoder\n");