feat[mpp_soc]: support rk3576 soc

Change-Id: I49bd3ccbc643b3c95db5ba3ca692f365c9425440
Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
Yanjun Liao
2024-01-10 17:07:45 +08:00
committed by dinghaiqiang
parent 0993a71ce9
commit 3cbb906673
7 changed files with 85 additions and 7 deletions

View File

@@ -62,6 +62,9 @@ int main()
if (vcodec_type & HAVE_JPEG_DEC)
mpp_log("found rk jpeg decoder\n");
if (vcodec_type & HAVE_JPEG_ENC)
mpp_log("found rk jpeg encoder\n");
if (vcodec_type & HAVE_RKVENC)
mpp_log("found rkvenc encoder\n");