mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
camera: add SBGGR12 color format
Add SBGGR12 color format to support bayer bggr12
bug 4575548
Change-Id: Ic59b6bc33e67da7f94e2a6805a18971423036e74
Signed-off-by: snchen <snchen@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3173804
(cherry picked from commit f2d3ec994c)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3196011
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: Dane Liu <danel@nvidia.com>
Reviewed-by: svcacv <svcacv@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -79,6 +79,11 @@ static const struct camera_common_colorfmt camera_common_color_fmts[] = {
|
|||||||
V4L2_COLORSPACE_SRGB,
|
V4L2_COLORSPACE_SRGB,
|
||||||
V4L2_PIX_FMT_SGBRG12
|
V4L2_PIX_FMT_SGBRG12
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
MEDIA_BUS_FMT_SBGGR12_1X12,
|
||||||
|
V4L2_COLORSPACE_SRGB,
|
||||||
|
V4L2_PIX_FMT_SBGGR12
|
||||||
|
},
|
||||||
{
|
{
|
||||||
MEDIA_BUS_FMT_SRGGB10_1X10,
|
MEDIA_BUS_FMT_SRGGB10_1X10,
|
||||||
V4L2_COLORSPACE_SRGB,
|
V4L2_COLORSPACE_SRGB,
|
||||||
|
|||||||
Reference in New Issue
Block a user