diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc index 1fa5f929c..be70830ff 100644 --- a/unit_test/convert_test.cc +++ b/unit_test/convert_test.cc @@ -219,6 +219,8 @@ TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4) TESTPLANARTOB(I420, 2, 2, V210, 16 / 6, 128) TESTPLANARTOB(I420, 2, 2, YUY2, 2, 4) TESTPLANARTOB(I420, 2, 2, UYVY, 2, 4) +TESTPLANARTOB(I422, 2, 1, YUY2, 2, 4) +TESTPLANARTOB(I422, 2, 1, UYVY, 2, 4) TESTPLANARTOB(I420, 2, 2, I400, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1, 1)