mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
[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:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user