Searched refs:V4L2_PIX_FMT_SBGGR12P (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb12p.rst | 9 …'), V4L2_PIX_FMT_SGRBG12P ('pgCC'), V4L2_PIX_FMT_SGBRG12P ('pGCC'), V4L2_PIX_FMT_SBGGR12P ('pBCC'), 29 Below is an example of a small V4L2_PIX_FMT_SBGGR12P image:
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-video.c | 75 { MEDIA_BUS_FMT_SBGGR12_1X12, V4L2_PIX_FMT_SBGGR12P, 1, 114 { MEDIA_BUS_FMT_SBGGR12_1X12, V4L2_PIX_FMT_SBGGR12P, 1, 163 { MEDIA_BUS_FMT_SBGGR12_1X12, V4L2_PIX_FMT_SBGGR12P, 1,
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 715 #define V4L2_PIX_FMT_SBGGR12P v4l2_fourcc('p', 'B', 'C', 'C') macro
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1402 case V4L2_PIX_FMT_SBGGR12P: descr = "12-bit Bayer BGBG/GRGR Packed"; break; in v4l_fill_fmtdesc()
|