summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-17 09:31:23 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-06 08:03:44 +0000
commit981afaafaec6123179587cdaffedca76644205ae (patch)
tree762c9a062395a0b2f223ac41e2262ba86d881829 /src/multimedia/video/qvideoframe.h
parent090b588665caf4fe56c737172ab9b7268fe45867 (diff)
Add support for P010 and P016 video formats
I've got some content in those formats and we should be able to render them in Software. This works now and is actually reasonable fast (but could be better if we add SSE/AVX versions of the converter). Change-Id: Ib42162124c9e203b228272b6d1c1849ce00e295a Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoframe.h')
-rw-r--r--src/multimedia/video/qvideoframe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index 369cd17b2..4f0abef40 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -92,6 +92,12 @@ public:
Format_Y8,
Format_Y16,
+ Format_P010LE,
+ Format_P010BE,
+
+ Format_P016LE,
+ Format_P016BE,
+
Format_Jpeg,
Format_CameraRaw,