diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-07 22:18:39 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 11:57:30 +0300 |
| commit | 9cb56229bcd96448ae133c5b42622e1c1e740197 (patch) | |
| tree | 881f2b2070c7b046ca3e79b7b22589d4826eea79 /kms++util/src/testpat.cpp | |
| parent | c5dc30f1d6ce98bdc28381cc75650eab0e98ce96 (diff) | |
kms++: Update pixel formats to latest upstream
Diffstat (limited to 'kms++util/src/testpat.cpp')
| -rw-r--r-- | kms++util/src/testpat.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kms++util/src/testpat.cpp b/kms++util/src/testpat.cpp index e424103..b9f1e56 100644 --- a/kms++util/src/testpat.cpp +++ b/kms++util/src/testpat.cpp @@ -379,8 +379,8 @@ static void draw_test_pattern_part(IFramebuffer& fb, size_t start_y, size_t end_ break; switch (fb.format()) { - CASE_YUV_SEMI(XV20); - CASE_YUV_SEMI(XV15); + CASE_YUV_SEMI(P230); + CASE_YUV_SEMI(P030); CASE_YUV_SEMI(NV12); CASE_YUV_SEMI(NV21); CASE_YUV_SEMI(NV16); @@ -429,9 +429,9 @@ static void draw_test_pattern_part(IFramebuffer& fb, size_t start_y, size_t end_ CASE_YUV_PLANAR(YVU420); CASE_Y_ONLY(Y8); - CASE_Y_ONLY(Y10_P32); + CASE_Y_ONLY(XYYY2101010); - CASE_YUV_PLANAR_PACKED(X403); + CASE_YUV_PLANAR_PACKED(T430); CASE_RAW(SRGGB8); CASE_RAW(SGBRG8); |
