Home
last modified time | relevance | path

Searched refs:V4L2_COLORSPACE_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be_formats.h28 #define V4L2_COLORSPACE_MASK(colorspace) BIT(colorspace) macro
31 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_JPEG)
33 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_SMPTE170M)
35 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_REC709)
37 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_SRGB)
39 V4L2_COLORSPACE_MASK(V4L2_COLORSPACE_RAW)
H A Dpisp_be.c1127 if (!(V4L2_COLORSPACE_MASK(f->fmt.pix_mp.colorspace) & in pispbe_try_format()