Home
last modified time | relevance | path

Searched defs:IMFMediaType (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DMFTDecoder.cpp85 [](IMFMediaType*) { return S_OK; }); in FindDecoderOutputTypeWithSubtype() argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DMFTDecoder.cpp85 [](IMFMediaType*) { return S_OK; }); in FindDecoderOutputTypeWithSubtype() argument
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DMFTDecoder.cpp86 [](IMFMediaType*) { return S_OK; }); in FindDecoderOutputTypeWithSubtype() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DMFTDecoder.cpp85 [](IMFMediaType*) { return S_OK; }); in FindDecoderOutputTypeWithSubtype() argument
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/cap_winrt/
H A DMediaSink.hpp147 _In_ IMFMediaType * /*mediaType*/, in AddStreamSink()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Streaming/
H A Dmod.rs337 …Type(&self, dwinputstreamid: u32, dwtypeindex: u32) -> ::windows::runtime::Result<super::MediaFoun… in GetInputAvailableType()
342 …e fn GetInputCurrentType(&self, dwinputstreamid: u32) -> ::windows::runtime::Result<super::MediaFo… in GetInputCurrentType()
352 …ype(&self, dwoutputstreamid: u32, dwtypeindex: u32) -> ::windows::runtime::Result<super::MediaFoun… in GetOutputAvailableType()
357 …fn GetOutputCurrentType(&self, dwoutputstreamid: u32) -> ::windows::runtime::Result<super::MediaFo… in GetOutputCurrentType()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/codecs/
H A Dwmf.py277 class IMFMediaType(IMFAttributes, com.pIUnknown): class
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h71 typedef interface IMFMediaType IMFMediaType; typedef
73 interface IMFMediaType; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h71 typedef interface IMFMediaType IMFMediaType; typedef
73 interface IMFMediaType; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs33 …pub fn MFCompareFullToPartialMediaType(pmftypefull: IMFMediaType, pmftypepartial: IMFMediaType) ->… in MFCompareFullToPartialMediaType()
43 …eate3GPMediaSink(pibytestream: IMFByteStream, pvideomediatype: IMFMediaType, paudiomediatype: IMFM… in MFCreate3GPMediaSink()
44 …pub fn MFCreateAC3MediaSink(ptargetbytestream: IMFByteStream, paudiomediatype: IMFMediaType, ppmed… in MFCreateAC3MediaSink()
61 …eateAVIMediaSink(pibytestream: IMFByteStream, pvideomediatype: IMFMediaType, paudiomediatype: IMFM… in MFCreateAVIMediaSink()
90 …eFMPEG4MediaSink(pibytestream: IMFByteStream, pvideomediatype: IMFMediaType, paudiomediatype: IMFM… in MFCreateFMPEG4MediaSink()
100 …pub fn MFCreateMFVideoFormatFromMFMediaType(pmftype: IMFMediaType, ppmfvf: *mut *mut MFVIDEOFORMAT… in MFCreateMFVideoFormatFromMFMediaType()
102 …teMPEG4MediaSink(pibytestream: IMFByteStream, pvideomediatype: IMFMediaType, paudiomediatype: IMFM… in MFCreateMPEG4MediaSink()
236 …pub fn MFInitMediaTypeFromAMMediaType(pmftype: IMFMediaType, pamtype: *const super::DirectShow::AM… in MFInitMediaTypeFromAMMediaType()
238 …pub fn MFInitMediaTypeFromMFVideoFormat(pmftype: IMFMediaType, pmfvf: *const MFVIDEOFORMAT, cbbufs… in MFInitMediaTypeFromMFVideoFormat()
316 …pub fn MFUnwrapMediaType(pwrap: IMFMediaType, pporig: *mut IMFMediaType) -> ::windows_sys::core::H… in MFUnwrapMediaType()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/winrt/
H A Dqwinrtcameracontrol.cpp332 HRESULT __stdcall IsMediaTypeSupported(IMFMediaType *type, IMFMediaType **) override in IsMediaTypeSupported() argument