Add a new HWA type RKMPP

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2023-12-20 13:56:28 +08:00
parent 2ea75ea62f
commit d423efd2ea
1 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,11 @@
/// <summary>
/// Video ToolBox.
/// </summary>
VideoToolBox = 5
VideoToolBox = 5,
/// <summary>
/// Rockchip Media Process Platform (RKMPP).
/// </summary>
RKMPP = 6
}
}