Lines Matching defs:flags
430 int flags; ///< Flags passed by the user to select scaler algorithm, optimizations, subsampling, etc...
600 * in SwsContext->flags.
719 return desc->flags & AV_PIX_FMT_FLAG_BE;
726 return !(desc->flags & AV_PIX_FMT_FLAG_RGB) && desc->nb_components >= 2;
733 return ((desc->flags & AV_PIX_FMT_FLAG_PLANAR) && isYUV(pix_fmt));
751 return (desc->flags & AV_PIX_FMT_FLAG_RGB);
758 return !(desc->flags & AV_PIX_FMT_FLAG_PAL) &&
759 !(desc->flags & AV_PIX_FMT_FLAG_HWACCEL) &&
813 return !!(desc->flags & AV_PIX_FMT_FLAG_BAYER);
827 return (desc->flags & AV_PIX_FMT_FLAG_RGB) ||
835 return desc->flags & AV_PIX_FMT_FLAG_FLOAT;
844 return desc->flags & AV_PIX_FMT_FLAG_ALPHA;
851 return (desc->nb_components >= 2 && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) ||
860 return (desc->nb_components >= 2 && (desc->flags & AV_PIX_FMT_FLAG_PLANAR));
867 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) == AV_PIX_FMT_FLAG_RGB);
874 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) ==
901 if (desc->flags & (AV_PIX_FMT_FLAG_BITSTREAM | AV_PIX_FMT_FLAG_HWACCEL))
921 if ((desc->flags & AV_PIX_FMT_FLAG_ALPHA) && desc->nb_components < 4)
948 * specific source and destination formats, bit depths, flags, etc.
996 int flags, const double *param);