Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/userspace-api/media/v4l/
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``
Dvidioc-enum-fmt.rst211 :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.
232 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
239 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
/linux-6.14.4/include/uapi/linux/
Dvideodev2.h885 #define V4L2_PIX_FMT_FLAG_SET_CSC 0x00000002 macro
/linux-6.14.4/drivers/media/test-drivers/vivid/
Dvivid-vid-cap.c559 bool user_set_csc = !!(mp->flags & V4L2_PIX_FMT_FLAG_SET_CSC); in vivid_try_fmt_vid_cap()