Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/userspace-api/media/v4l/
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.
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-6.6.21/include/uapi/linux/
Dvideodev2.h846 #define V4L2_PIX_FMT_FLAG_SET_CSC 0x00000002 macro
/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-vid-cap.c566 bool user_set_csc = !!(mp->flags & V4L2_PIX_FMT_FLAG_SET_CSC); in vivid_try_fmt_vid_cap()