Home
last modified time | relevance | path

Searched refs:MFVideoFormat_I420 (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/win/
H A Dvideo_capture_device_mf_win.cc200 {MFVideoFormat_I420, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
201 {MFVideoFormat_YUY2, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
202 {MFVideoFormat_UYVY, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
203 {MFVideoFormat_RGB24, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
204 {MFVideoFormat_RGB32, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
205 {MFVideoFormat_ARGB32, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
206 {MFVideoFormat_MJPG, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
207 {MFVideoFormat_NV12, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
208 {MFVideoFormat_YV12, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
H A Dvideo_capture_device_mf_win_unittest.cc1032 *media_type = new StubMFMediaType(MFMediaType_Video, MFVideoFormat_I420, in PrepareMFDepthDeviceWithCombinedFormatsAndStreams()
1049 MFMediaType_Video, MFVideoFormat_I420, in PrepareMFDepthDeviceWithCombinedFormatsAndStreams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_device_mf_win.cc289 {MFVideoFormat_I420, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
290 {MFVideoFormat_YUY2, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
291 {MFVideoFormat_UYVY, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
292 {MFVideoFormat_RGB24, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
293 {MFVideoFormat_RGB32, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
294 {MFVideoFormat_ARGB32, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
295 {MFVideoFormat_MJPG, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
296 {MFVideoFormat_NV12, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
297 {MFVideoFormat_YV12, MFVideoFormat_I420, PIXEL_FORMAT_I420}, in GetMediaFormatConfigurationFromMFSourceMediaSubtype()
H A Dvideo_capture_device_mf_win_unittest.cc1174 *media_type = new StubMFMediaType(MFMediaType_Video, MFVideoFormat_I420, in PrepareMFDepthDeviceWithCombinedFormatsAndStreams()
1191 MFMediaType_Video, MFVideoFormat_I420, in PrepareMFDepthDeviceWithCombinedFormatsAndStreams()
H A Dvideo_capture_device_factory_win_unittest.cc425 subType = MFVideoFormat_I420; in CreatePresentationDescriptor()
/dports/www/firefox-esr/firefox-91.8.0/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp150 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/www/firefox/firefox-99.0/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp152 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/lang/spidermonkey60/firefox-60.9.0/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp150 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp176 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/mail/thunderbird/thunderbird-91.8.0/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp150 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/lang/spidermonkey78/firefox-78.9.0/media/gmp-clearkey/0.1/
H A DWMFH264Decoder.cpp150 if (subtype == MFVideoFormat_I420 || subtype == MFVideoFormat_IYUV) { in SetDecoderOutputType()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-mf/
H A Dmf-common.cpp128 IF_EQUAL_RETURN(guid, MFVideoFormat_I420); // FCC('I420') in GetGUIDNameConst()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmftvideo.cpp621 else if (subtype == MFVideoFormat_I420) in formatFromSubtype()
H A Dmfvideorenderercontrol.cpp830 mediaType->SetGUID(MF_MT_SUBTYPE, MFVideoFormat_I420);
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmf_utils.c183 {&MFVideoFormat_I420, AV_PIX_FMT_YUV420P},
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmf_utils.c183 {&MFVideoFormat_I420, AV_PIX_FMT_YUV420P},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmf_utils.c183 {&MFVideoFormat_I420, AV_PIX_FMT_YUV420P},
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dcamera_windows.c129 &MFVideoFormat_ARGB32, &MFVideoFormat_AYUV, &MFVideoFormat_I420,
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dmft.c381 … if (IsEqualGUID(&subtype, &MFVideoFormat_YV12) || IsEqualGUID(&subtype, &MFVideoFormat_I420)) in SetOutputType()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h363 DEFINE_MEDIATYPE_GUID (MFVideoFormat_I420, FCC ('I420'));
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h363 DEFINE_MEDIATYPE_GUID (MFVideoFormat_I420, FCC ('I420'));
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.cpp2050 if (subtype == MFVideoFormat_I420) in pixelFormatFromMediaType()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs9140 pub const MFVideoFormat_I420: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 808596… const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs47572 pub const MFVideoFormat_I420: ::windows::runtime::GUID = ::windows::runtime::GUID::from_values(8085…