docs: fix RGB8P format description docs
This commit is contained in:
parent
87fd43aaaa
commit
98332bda81
@ -897,19 +897,22 @@ Formats
|
|||||||
|
|
||||||
"RGB8P" 8-bit paletted RGB
|
"RGB8P" 8-bit paletted RGB
|
||||||
|
|
||||||
Component 0: R
|
Component 0: INDEX
|
||||||
depth: 8
|
depth: 8
|
||||||
|
pstride: 1
|
||||||
|
default offset: 0
|
||||||
|
default rstride: RU4 (width)
|
||||||
|
default size: rstride (component0) * height
|
||||||
|
|
||||||
Component 1: G
|
Component 1: PALETTE
|
||||||
depth 8
|
depth 32
|
||||||
|
pstride: 4
|
||||||
Component 2: B
|
default offset: size (component0)
|
||||||
depth: 8
|
rstride: 4
|
||||||
|
size: 256 * 4
|
||||||
|
|
||||||
Image
|
Image
|
||||||
default pstride: 1
|
default size: size (component0) + size (component1)
|
||||||
default rstride: RU4 (width)
|
|
||||||
default size: rstride (image) * height
|
|
||||||
|
|
||||||
"YUV9" planar 4:1:0 YUV
|
"YUV9" planar 4:1:0 YUV
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user