Home
last modified time | relevance | path

Searched refs:MFRATE_DIRECTION (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/win/
H A Dmedia_foundation_source_wrapper.h87 IFACEMETHODIMP GetSlowestRate(MFRATE_DIRECTION direction,
90 IFACEMETHODIMP GetFastestRate(MFRATE_DIRECTION direction,
H A Dmedia_foundation_source_wrapper.cc368 HRESULT MediaFoundationSourceWrapper::GetSlowestRate(MFRATE_DIRECTION direction, in GetSlowestRate()
381 HRESULT MediaFoundationSourceWrapper::GetFastestRate(MFRATE_DIRECTION direction, in GetFastestRate()
410 MFRATE_DIRECTION direction = in IsRateSupported()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/win/
H A Dmedia_foundation_source_wrapper.h88 IFACEMETHODIMP GetSlowestRate(MFRATE_DIRECTION direction,
91 IFACEMETHODIMP GetFastestRate(MFRATE_DIRECTION direction,
H A Dmedia_foundation_source_wrapper.cc373 HRESULT MediaFoundationSourceWrapper::GetSlowestRate(MFRATE_DIRECTION direction, in GetSlowestRate()
386 HRESULT MediaFoundationSourceWrapper::GetFastestRate(MFRATE_DIRECTION direction, in GetFastestRate()
415 MFRATE_DIRECTION direction = in IsRateSupported()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.h247 STDMETHODIMP GetSlowestRate(MFRATE_DIRECTION direction, BOOL thin, float *rate) override;
248 STDMETHODIMP GetFastestRate(MFRATE_DIRECTION direction, BOOL thin, float *rate) override;
H A Devrdefs.h238 …virtual HRESULT STDMETHODCALLTYPE GetSlowestRate(MFRATE_DIRECTION eDirection, BOOL fThin, float *p…
239 …virtual HRESULT STDMETHODCALLTYPE GetFastestRate(MFRATE_DIRECTION eDirection, BOOL fThin, float *p…
H A Devrcustompresenter.cpp944 HRESULT EVRCustomPresenter::GetSlowestRate(MFRATE_DIRECTION, BOOL, float *rate) in GetSlowestRate() argument
961 HRESULT EVRCustomPresenter::GetFastestRate(MFRATE_DIRECTION direction, BOOL thin, float *rate) in GetFastestRate()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmfvideorenderercontrol.cpp1795 STDMETHODIMP GetFastestRate(MFRATE_DIRECTION eDirection,
1807 STDMETHODIMP GetSlowestRate(MFRATE_DIRECTION eDirection,
1830 MFRATE_DIRECTION direction = flRate > 0.f ? MFRATE_FORWARD
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfidl.h3247 } MFRATE_DIRECTION; typedef
4805 MFRATE_DIRECTION eDirection,
4810 MFRATE_DIRECTION eDirection,
4842 MFRATE_DIRECTION eDirection,
4848 MFRATE_DIRECTION eDirection,
4887 static FORCEINLINE HRESULT IMFRateSupport_GetSlowestRate(IMFRateSupport* This,MFRATE_DIRECTION eDir…
4890 static FORCEINLINE HRESULT IMFRateSupport_GetFastestRate(IMFRateSupport* This,MFRATE_DIRECTION eDir…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfidl.h3247 } MFRATE_DIRECTION; typedef
4805 MFRATE_DIRECTION eDirection,
4810 MFRATE_DIRECTION eDirection,
4842 MFRATE_DIRECTION eDirection,
4848 MFRATE_DIRECTION eDirection,
4887 static FORCEINLINE HRESULT IMFRateSupport_GetSlowestRate(IMFRateSupport* This,MFRATE_DIRECTION eDir…
4890 static FORCEINLINE HRESULT IMFRateSupport_GetFastestRate(IMFRateSupport* This,MFRATE_DIRECTION eDir…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs8230 pub type MFRATE_DIRECTION = i32; typedef
8231 pub const MFRATE_FORWARD: MFRATE_DIRECTION = 0i32;
8232 pub const MFRATE_REVERSE: MFRATE_DIRECTION = 1i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs30909 …::IntoParam<'a, super::super::Foundation::BOOL>>(&self, edirection: MFRATE_DIRECTION, fthin: Param…
30914 …::IntoParam<'a, super::super::Foundation::BOOL>>(&self, edirection: MFRATE_DIRECTION, fthin: Param…
30953 …fe extern "system" fn(this: ::windows::runtime::RawPtr, edirection: MFRATE_DIRECTION, fthin: super…
30955 …fe extern "system" fn(this: ::windows::runtime::RawPtr, edirection: MFRATE_DIRECTION, fthin: super…
45975 pub struct MFRATE_DIRECTION(pub i32);
45976 pub const MFRATE_FORWARD: MFRATE_DIRECTION = MFRATE_DIRECTION(0i32);
45977 pub const MFRATE_REVERSE: MFRATE_DIRECTION = MFRATE_DIRECTION(1i32);
45978 impl ::std::convert::From<i32> for MFRATE_DIRECTION {
45983 unsafe impl ::windows::runtime::Abi for MFRATE_DIRECTION {