mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: design: add IYU2 raw video format description
https://bugzilla.gnome.org/show_bug.cgi?id=763026
This commit is contained in:
parent
eb9750d96e
commit
bd49854c32
1 changed files with 24 additions and 0 deletions
|
@ -754,6 +754,30 @@ Formats
|
|||
default rstride: RU4 (width * 3)
|
||||
default size: rstride (image) * height
|
||||
|
||||
"IYU2" packed 4:4:4 YUV, U-Y-V order
|
||||
|
||||
+--+--+--+ +--+--+--+
|
||||
|U0|Y0|V0| |U1|Y1|V1| ...
|
||||
+--+--+--+ +--+--+--+
|
||||
|
||||
Component 0: Y
|
||||
depth: 8
|
||||
pstride: 3
|
||||
offset: 1
|
||||
|
||||
Component 1: U
|
||||
depth 8
|
||||
pstride: 3
|
||||
offset: 0
|
||||
|
||||
Component 2: V
|
||||
depth: 8
|
||||
pstride: 3
|
||||
offset: 2
|
||||
|
||||
Image
|
||||
default rstride: RU4 (width * 3)
|
||||
default size: rstride (image) * height
|
||||
|
||||
"RGB16" rgb 5-6-5 bits per component
|
||||
|
||||
|
|
Loading…
Reference in a new issue