Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb8-pisp-comp.rst15 …P_COMP1_GRBG ('PC1G'), V4L2_PIX_FMT_PISP_COMP1_GBRG ('PC1g'), V4L2_PIX_FMT_PISP_COMP1_BGGR ('PC1B)…
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be_formats.h448 .fourcc = V4L2_PIX_FMT_PISP_COMP1_BGGR,
/linux/include/uapi/linux/
H A Dvideodev2.h824 #define V4L2_PIX_FMT_PISP_COMP1_BGGR v4l2_fourcc('P', 'C', '1', 'B') /* PiSP 8-bit mode 1 compresse… macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1539 case V4L2_PIX_FMT_PISP_COMP1_BGGR: descr = "PiSP 8b BGBG/GRGR mode1 compr"; break; in v4l_fill_fmtdesc()