Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dcpia1.c367 {160, 120, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE,
376 {176, 144, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE,
381 {320, 240, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE,
386 {352, 288, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-reserved.rst53 - ``V4L2_PIX_FMT_CPIA1``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h768 #define V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1488 case V4L2_PIX_FMT_CPIA1: descr = "GSPCA CPiA YUV"; break; in v4l_fill_fmtdesc()