Home
last modified time | relevance | path

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

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