mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
[vepu580]: Add YUV444 support for vepu580
Change-Id: I58859e59094fcecc13011b16f33b3810abbc7882 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -566,6 +566,8 @@ static MppFrameFormatInfo color_list[] = {
|
||||
{ MPP_FMT_YUV422_YUYV, "YUV422-YUYV, YUY2" },
|
||||
{ MPP_FMT_YUV422_UYVY, "YUV422-UYVY, UYVY" },
|
||||
{ MPP_FMT_YUV400, "YUV400-Y8, Y800" },
|
||||
{ MPP_FMT_YUV444SP, "YUV444SP" },
|
||||
{ MPP_FMT_YUV444P, "YUV444P" },
|
||||
|
||||
{ MPP_FMT_RGB565, "RGB565" },
|
||||
{ MPP_FMT_BGR565, "BGR565" },
|
||||
|
Reference in New Issue
Block a user