Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-enum-fmt.rst197 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
204 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
211 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
218 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
225 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
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-v5.10/include/uapi/linux/
Dvideodev2.h778 #define V4L2_PIX_FMT_FLAG_SET_CSC 0x00000002 macro
/Linux-v5.10/drivers/media/test-drivers/vivid/
Dvivid-vid-cap.c563 bool user_set_csc = !!(mp->flags & V4L2_PIX_FMT_FLAG_SET_CSC); in vivid_try_fmt_vid_cap()