mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
mediatype-video-raw: add Y212_LE and Y212_BE
This commit is contained in:
parent
ffa1486d76
commit
600351a30d
1 changed files with 44 additions and 0 deletions
|
@ -1392,3 +1392,47 @@
|
||||||
Image
|
Image
|
||||||
default size: RU4 (width * 2) * RU2 (height) * 3 / 2
|
default size: RU4 (width * 2) * RU2 (height) * 3 / 2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- **"Y212\_LE"** Packed 4:2:2 YUV, 2 bytes per channel where color value is stored in MSB 12 bits (Y-U-Y-V), LE
|
||||||
|
|
||||||
|
```
|
||||||
|
Component 0: Y
|
||||||
|
depth: 12 LE
|
||||||
|
pstride: 4
|
||||||
|
default offset: 0
|
||||||
|
|
||||||
|
Component 1: U
|
||||||
|
depth: 12 LE
|
||||||
|
pstride: 8
|
||||||
|
offset: 2
|
||||||
|
|
||||||
|
Component 2: V
|
||||||
|
depth 12 LE
|
||||||
|
pstride: 8
|
||||||
|
offset: 6
|
||||||
|
Image
|
||||||
|
default rstride: RU8 (width * 4)
|
||||||
|
default size: rstride (image) * height
|
||||||
|
```
|
||||||
|
|
||||||
|
- **"Y212\_BE"** Packed 4:2:2 YUV, 2 bytes per channel where color value is stored in MSB 12 bits (Y-U-Y-V), BE
|
||||||
|
|
||||||
|
```
|
||||||
|
Component 0: Y
|
||||||
|
depth: 12 BE
|
||||||
|
pstride: 4
|
||||||
|
default offset: 0
|
||||||
|
|
||||||
|
Component 1: U
|
||||||
|
depth: 12 BE
|
||||||
|
pstride: 8
|
||||||
|
offset: 2
|
||||||
|
|
||||||
|
Component 2: V
|
||||||
|
depth 12 BE
|
||||||
|
pstride: 8
|
||||||
|
offset: 6
|
||||||
|
Image
|
||||||
|
default rstride: RU8 (width * 4)
|
||||||
|
default size: rstride (image) * height
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue