[h264d]: Support hw resolution capability check

Add hw capability to parser and check resolustion based on hardware
capability.

Change-Id: Id9b719b238c74d6b77f78fd8d583a3de854a94f4
Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
sayon.chen
2021-06-17 18:02:53 +08:00
committed by Herman Chen
parent 0383d8258d
commit 9eb347a5ae
7 changed files with 56 additions and 11 deletions

View File

@@ -233,7 +233,7 @@ static const MppDecHwCap vdpu34x = {
.type = VPU_CLIENT_RKVDEC,
.cap_fbc = 2,
.cap_4k = 1,
.cap_8k = 0,
.cap_8k = 1,
.cap_colmv_buf = 1,
.cap_hw_h265_rps = 1,
.cap_hw_vp9_prob = 1,