Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dsq905c.c63 { 320, 240, V4L2_PIX_FMT_SQ905C, V4L2_FIELD_NONE,
68 { 640, 480, V4L2_PIX_FMT_SQ905C, V4L2_FIELD_NONE,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst47 :ref:`V4L2_PIX_FMT_SQ905C <V4L2-PIX-FMT-SQ905C>`,
H A Dpixfmt-reserved.rst119 - ``V4L2_PIX_FMT_SQ905C``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h783 #define V4L2_PIX_FMT_SQ905C v4l2_fourcc('9', '0', '5', 'C') /* compressed RGGB bayer */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1499 case V4L2_PIX_FMT_SQ905C: descr = "GSPCA SQ905C"; break; in v4l_fill_fmtdesc()