Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dspca501.c39 {160, 120, V4L2_PIX_FMT_SPCA501, V4L2_FIELD_NONE,
44 {320, 240, V4L2_PIX_FMT_SPCA501, V4L2_FIELD_NONE,
49 {640, 480, V4L2_PIX_FMT_SPCA501, V4L2_FIELD_NONE,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst43 :ref:`V4L2_PIX_FMT_SPCA501 <V4L2-PIX-FMT-SPCA501>`,
H A Dpixfmt-reserved.rst64 - ``V4L2_PIX_FMT_SPCA501``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h775 #define V4L2_PIX_FMT_SPCA501 v4l2_fourcc('S', '5', '0', '1') /* YUYV per line */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1419 case V4L2_PIX_FMT_SPCA501: descr = "GSPCA SPCA501"; break; in v4l_fill_fmtdesc()