Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_SGBRG10ALAW8 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-srggb10alaw8.rst9 V4L2_PIX_FMT_SBGGR10ALAW8 ('aBA8'), V4L2_PIX_FMT_SGBRG10ALAW8 ('aGA8'), V4L2_PIX_FMT_SGRBG10ALAW8 (…
12 V4L2_PIX_FMT_SGBRG10ALAW8
/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-common.c109 .pixelformat = V4L2_PIX_FMT_SGBRG10ALAW8,
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h596 #define V4L2_PIX_FMT_SGBRG10ALAW8 v4l2_fourcc('a', 'G', 'A', '8') macro
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ioctl.c1248 case V4L2_PIX_FMT_SGBRG10ALAW8: descr = "8-bit Bayer GBGB/RGRG (A-law)"; break; in v4l_fill_fmtdesc()