[media] omap3isp: video: Split format info bpp field into width and bpp
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 31 Aug 2011 14:57:12 +0000 (11:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 11 Aug 2012 19:00:36 +0000 (16:00 -0300)
commit1697e49a0b8c0ced14015b3f830cdd90c79c75b4
tree1bfb850f592d038565044f762f1fc1886d076fc2
parent6fd206cb6ebd59e42b376b9e2e8f40d90910757e
[media] omap3isp: video: Split format info bpp field into width and bpp

The bpp field currently stores the sample width and is aligned to the
next multiple of 8 bits when computing data size in memory. This won't
work anymore for YUYV8_2X8 formats. Split the bpp field into a sample
width and a bytes per pixel value.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/ispccdc.c
drivers/media/video/omap3isp/ispvideo.c
drivers/media/video/omap3isp/ispvideo.h
This page took 0.027957 seconds and 5 git commands to generate.