Commit ea6a92e
committed
media: pisp_be: Add support for the NV12MT_10_COL128 format
The 10bit column format from the HEVC codec is supported by the
PISP BE, so add the configuration.
It requires some additional handling as it packs 3 10bit samples
into 32 bits, with 2 bits of padding. Alignment and calculating
strides is therefore not quite as straightforward.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 6990e25 commit ea6a92e
File tree
2 files changed
+15
-1
lines changed- drivers/media/platform/raspberrypi/pisp_be
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| 1106 | + | |
1106 | 1107 | | |
1107 | | - | |
| 1108 | + | |
1108 | 1109 | | |
1109 | 1110 | | |
1110 | 1111 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
243 | 256 | | |
244 | 257 | | |
245 | 258 | | |
| |||
0 commit comments