feat[kmpp]: Replace frame_infos with kmpp_frame

kernel patch:
fix[mpp_vcodec]: Replace frame_infos with kmpp_frame

Change-Id: Ie3b0358a7b79ad9755608f20b5b29175263b4dbb
Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
This commit is contained in:
Yanjun Liao
2025-07-29 16:17:27 +08:00
parent 136e6ae0c4
commit a899106f89
6 changed files with 69 additions and 35 deletions

View File

@@ -27,6 +27,7 @@
ENTRY(prefix, u32, rk_u32, chroma_location, FLAG_NONE, chroma_location) \
ENTRY(prefix, u32, rk_u32, fmt, FLAG_NONE, fmt) \
ENTRY(prefix, u32, rk_u32, buf_size, FLAG_NONE, buf_size) \
ENTRY(prefix, u32, rk_u32, buf_fd, FLAG_NONE, buf_fd) \
ENTRY(prefix, u32, rk_u32, is_gray, FLAG_NONE, is_gray) \
STRCT(prefix, shm, KmppShmPtr, buffer, FLAG_NONE, buffer) \
STRCT(prefix, st, MppFrameRational, sar, FLAG_NONE, sar)