Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-fmt.rst201 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
208 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
215 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
222 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
229 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
H A Dpixfmt-v4l2.rst113 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
157 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
171 ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set this
187 ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
200 ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
226 - ``V4L2_PIX_FMT_FLAG_SET_CSC``
/linux/include/uapi/linux/
H A Dvideodev2.h880 #define V4L2_PIX_FMT_FLAG_SET_CSC 0x00000002 macro
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c560 bool user_set_csc = !!(mp->flags & V4L2_PIX_FMT_FLAG_SET_CSC); in vivid_try_fmt_vid_cap()