Home
last modified time | relevance | path

Searched refs:max_monochrome (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh265_profile_level.h59 uint8_t max_monochrome; member
H A Dh265_profile_level.c150 check_flag(max_monochrome); in ff_h265_get_profile()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh265_profile_level.h59 uint8_t max_monochrome; member
H A Dh265_profile_level.c158 check_flag(max_monochrome); in ff_h265_get_profile()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh265_profile_level.h59 uint8_t max_monochrome; member
H A Dh265_profile_level.c150 check_flag(max_monochrome); in ff_h265_get_profile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh265_profile_level.h59 uint8_t max_monochrome; member
H A Dh265_profile_level.c162 check_flag(max_monochrome); in ff_h265_get_profile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh265_profile_level.h59 uint8_t max_monochrome; member
H A Dh265_profile_level.c162 check_flag(max_monochrome); in ff_h265_get_profile()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DMediaFeatureNames.h47 macro(max_monochrome, "max-monochrome") \
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dcss_mediaquery.cpp207 macro(max_monochrome, "max-monochrome") \
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_parser.cpp247 ptl.constraint.max_monochrome = bs.CondBit(bREXT, 0); in ParsePTL()
H A Dhevcehw_base_data.h138 mfxU32 max_monochrome : 1; member
H A Dhevcehw_base_packer.cpp495 bs.PutBit(ptl.general.constraint.max_monochrome ); in PackPTL()
533 bs.PutBit(ptl.general.constraint.max_monochrome); in PackPTL()