Lines Matching full:flag

90         driver clears the flag and enumerates all the possible formats,
92 which do not support this flag always return an ``EINVAL``
93 error code without clearing this flag.
94 Formats enumerated when using ``V4L2_FMTDESC_FLAG_ENUM_ALL`` flag
98 can return different format list depending on this flag.
176 This flag can only be used in combination with the
177 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to compressed
178 formats only. This flag is valid for stateful decoders only.
186 This flag can only be used in combination with the
187 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
188 compressed formats only. This flag is valid for stateful codecs only.
195 If this flag is set, then the ``CAPTURE`` coded frame interval can be
202 This flag can only be used in combination with the
203 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
204 compressed formats only. This flag is valid for stateful encoders only.
208 colorspace. This flag is relevant only for capture devices.
211 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
215 transfer function. This flag is relevant only for capture devices.
218 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
222 Y'CbCr encoding. This flag is relevant only for capture devices.
225 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
229 HSV encoding. This flag is relevant only for capture devices.
232 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
236 quantization. This flag is relevant only for capture devices.
239 :ref:`V4L2_PIX_FMT_FLAG_SET_CSC <v4l2-pix-fmt-flag-set-csc>` set.
249 - When the applications ORs ``index`` with ``V4L2_FMTDESC_FLAG_ENUM_ALL`` flag
251 of any already set configuration. Drivers which do not support this flag,
252 always return ``EINVAL`` without clearing this flag.