Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_SPCA561 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/
H A Dspca561.c55 {320, 240, V4L2_PIX_FMT_SPCA561, V4L2_FIELD_NONE,
60 {352, 288, V4L2_PIX_FMT_SPCA561, V4L2_FIELD_NONE,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst46 :ref:`V4L2_PIX_FMT_SPCA561 <V4L2-PIX-FMT-SPCA561>`,
H A Dpixfmt-reserved.rst79 - ``V4L2_PIX_FMT_SPCA561``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h778 #define V4L2_PIX_FMT_SPCA561 v4l2_fourcc('S', '5', '6', '1') /* compressed GBRG bayer */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1494 case V4L2_PIX_FMT_SPCA561: descr = "GSPCA SPCA561"; break; in v4l_fill_fmtdesc()