summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp')
-rw-r--r--tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp b/tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp
index 588162085..89c138b79 100644
--- a/tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp
+++ b/tests/auto/unit/multimedia/qvideoframe/tst_qvideoframe.cpp
@@ -854,15 +854,9 @@ void tst_QVideoFrame::formatConversion_data()
QTest::newRow("QImage::Format_RGB16 | QVideoSurfaceFormat::Format_RGB565")
<< QImage::Format_RGB16
<< QVideoSurfaceFormat::Format_RGB565;
- QTest::newRow("QImage::Format_ARGB8565_Premultiplied | QVideoSurfaceFormat::Format_ARGB8565_Premultiplied")
- << QImage::Format_ARGB8565_Premultiplied
- << QVideoSurfaceFormat::Format_ARGB8565_Premultiplied;
QTest::newRow("QImage::Format_RGB555 | QVideoSurfaceFormat::Format_RGB555")
<< QImage::Format_RGB555
<< QVideoSurfaceFormat::Format_RGB555;
- QTest::newRow("QImage::Format_RGB888 | QVideoSurfaceFormat::Format_RGB24")
- << QImage::Format_RGB888
- << QVideoSurfaceFormat::Format_RGB24;
QTest::newRow("QImage::Format_MonoLSB")
<< QImage::Format_MonoLSB
@@ -895,27 +889,18 @@ void tst_QVideoFrame::formatConversion_data()
QTest::newRow("QVideoSurfaceFormat::Format_BGR32")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_BGR32;
- QTest::newRow("QVideoSurfaceFormat::Format_BGR24")
- << QImage::Format_Invalid
- << QVideoSurfaceFormat::Format_BGR24;
QTest::newRow("QVideoSurfaceFormat::Format_BGR565")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_BGR565;
QTest::newRow("QVideoSurfaceFormat::Format_BGR555")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_BGR555;
- QTest::newRow("QVideoSurfaceFormat::Format_BGRA5658_Premultiplied")
- << QImage::Format_Invalid
- << QVideoSurfaceFormat::Format_BGRA5658_Premultiplied;
QTest::newRow("QVideoSurfaceFormat::Format_AYUV444")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_AYUV444;
QTest::newRow("QVideoSurfaceFormat::Format_AYUV444_Premultiplied")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_AYUV444_Premultiplied;
- QTest::newRow("QVideoSurfaceFormat::Format_YUV444")
- << QImage::Format_Invalid
- << QVideoSurfaceFormat::Format_YUV444;
QTest::newRow("QVideoSurfaceFormat::Format_YUV420P")
<< QImage::Format_Invalid
<< QVideoSurfaceFormat::Format_YUV420P;
@@ -1092,13 +1077,6 @@ void tst_QVideoFrame::image_data()
<< 256
<< QImage::Format_RGB32;
- QTest::newRow("64x64 RGB24")
- << QSize(64, 64)
- << QVideoSurfaceFormat::Format_RGB24
- << 16384
- << 192
- << QImage::Format_RGB888;
-
QTest::newRow("64x64 RGB565")
<< QSize(64, 64)
<< QVideoSurfaceFormat::Format_RGB565
@@ -1134,13 +1112,6 @@ void tst_QVideoFrame::image_data()
<< 256
<< QImage::Format_ARGB32;
- QTest::newRow("64x64 BGR24")
- << QSize(64, 64)
- << QVideoSurfaceFormat::Format_BGR24
- << 16384
- << 256
- << QImage::Format_ARGB32;
-
QTest::newRow("64x64 BGR565")
<< QSize(64, 64)
<< QVideoSurfaceFormat::Format_BGR565
@@ -1161,13 +1132,6 @@ void tst_QVideoFrame::image_data()
<< 256
<< QImage::Format_ARGB32;
- QTest::newRow("64x64 YUV444")
- << QSize(64, 64)
- << QVideoSurfaceFormat::Format_YUV444
- << 16384
- << 256
- << QImage::Format_ARGB32;
-
QTest::newRow("64x64 YUV420P")
<< QSize(64, 64)
<< QVideoSurfaceFormat::Format_YUV420P