Commit 3a6f4a3
committed
v4l2_device, pisp_utils: Add support for "RGBX8888"
By analogy with our existing "RGB888", define "RGBX8888" to be
RGBX in byte address order, i.e. V4L2-style rather than DRM-style.
This implies that the ORDER_SWAPPED flag should not be set.
These strings are private to libpisp and mostly used only by convert.
Signed-off-by: Nick Hollinghurst <[email protected]>1 parent 931d086 commit 3a6f4a3
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments