aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJean-Michel Hautbois <[email protected]>2022-01-12 17:10:12 +0100
committerMauro Carvalho Chehab <[email protected]>2022-01-28 13:17:14 +0100
commita45bef62022799c2ff4fcbe06da412dc707912ad (patch)
tree81b571051c6faae968ebbed5bc11811e48798c82 /tools/perf/scripts
parentdb8397262ce61a3ec642cf74d86c3e1dc32850ad (diff)
media: doc: pixfmt-yuv: Fix V4L2-PIX-FMT-Y10P format
This packed grey-scale image format has a depth of 10 bits per pixel. Every four consecutive pixels are packed into 5 bytes. Each of the first 4 bytes contain the 8 high order bits of the pixels, and the 5th byte contains the 2 least significants bits of each pixel, in the same order. The first two bytes are not corresponding to this description, fix it. Fixes: af4f45057695 ("media: doc: pixfmt-yuv: Move all luma-only YUV formats to common file") Signed-off-by: Jean-Michel Hautbois <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions