Home
last modified time | relevance | path

Searched defs:STDMETHOD_ (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/
H A DSH_XAudio2.h36 STDMETHOD_(void, OnStreamEnd) in STDMETHOD_() function
40 STDMETHOD_(void, OnVoiceProcessingPassEnd) in STDMETHOD_() function
44 STDMETHOD_(void, OnVoiceProcessingPassStart) in STDMETHOD_() function
48 STDMETHOD_(void, OnBufferEnd) in STDMETHOD_() function
53 STDMETHOD_(void, OnBufferStart) in STDMETHOD_() function
57 STDMETHOD_(void, OnLoopEnd) in STDMETHOD_() function
61 STDMETHOD_(void, OnVoiceError) in STDMETHOD_() function
/dports/games/openttd/openttd-12.1/src/sound/
H A Dxaudio2_s.cpp84 STDMETHOD_(void, OnVoiceProcessingPassStart)(UINT32) override in STDMETHOD_() function in StreamingVoiceContext
88 STDMETHOD_(void, OnVoiceProcessingPassEnd)() override in STDMETHOD_() function in StreamingVoiceContext
92 STDMETHOD_(void, OnStreamEnd)() override in STDMETHOD_() function in StreamingVoiceContext
96 STDMETHOD_(void, OnBufferStart)(void*) override in STDMETHOD_() function in StreamingVoiceContext
100 STDMETHOD_(void, OnBufferEnd)(void*) override in STDMETHOD_() function in StreamingVoiceContext
105 STDMETHOD_(void, OnLoopEnd)(void*) override in STDMETHOD_() function in StreamingVoiceContext
109 STDMETHOD_(void, OnVoiceError)(void*, HRESULT) override in STDMETHOD_() function in StreamingVoiceContext
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/
H A Dwin32dragging.h66 STDMETHOD_ (ULONG, AddRef) (void) { remember (); return static_cast<ULONG> (getNbReference ());} in STDMETHOD_() function
67STDMETHOD_ (ULONG, Release) (void) { ULONG refCount = static_cast<ULONG> (getNbReference ()) - 1; … in STDMETHOD_() function
83 STDMETHOD_ (ULONG, AddRef) (void) { remember (); return static_cast<ULONG> (getNbReference ());} in STDMETHOD_() function
84STDMETHOD_ (ULONG, Release) (void) { ULONG refCount = static_cast<ULONG> (getNbReference ()) - 1; … in STDMETHOD_() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/audio/win32/
H A Daud_xaudio2.cpp39 STDMETHOD_(void, OnBufferEnd) (void * /*pBufferContext*/) { in STDMETHOD_() function
44 STDMETHOD_(void, OnVoiceProcessingPassStart) (UINT32 /*BytesRequired*/) {} in STDMETHOD_() function
45 STDMETHOD_(void, OnVoiceProcessingPassEnd) () {} in STDMETHOD_() function
46 STDMETHOD_(void, OnStreamEnd) () {} in STDMETHOD_() function
47 STDMETHOD_(void, OnBufferStart) (void * /*pBufferContext*/) {} in STDMETHOD_() function
48 STDMETHOD_(void, OnLoopEnd) (void * /*pBufferContext*/) {} in STDMETHOD_() function
49 STDMETHOD_(void, OnVoiceError) (void * /*pBufferContext*/, HRESULT /*Error*/) {}; in STDMETHOD_() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/audio/win32/
H A Daud_xaudio2.cpp40 STDMETHOD_(void, OnBufferEnd) (void * /*pBufferContext*/) { in STDMETHOD_() function
45 STDMETHOD_(void, OnVoiceProcessingPassStart) (UINT32 /*BytesRequired*/) {} in STDMETHOD_() function
46 STDMETHOD_(void, OnVoiceProcessingPassEnd) () {} in STDMETHOD_() function
47 STDMETHOD_(void, OnStreamEnd) () {} in STDMETHOD_() function
48 STDMETHOD_(void, OnBufferStart) (void * /*pBufferContext*/) {} in STDMETHOD_() function
49 STDMETHOD_(void, OnLoopEnd) (void * /*pBufferContext*/) {} in STDMETHOD_() function
50 STDMETHOD_(void, OnVoiceError) (void * /*pBufferContext*/, HRESULT /*Error*/) {}; in STDMETHOD_() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Sinks/
H A DAESinkXAudio.h74 STDMETHOD_(void, OnVoiceProcessingPassStart) (UINT32) override {} in STDMETHOD_() function
75 STDMETHOD_(void, OnVoiceProcessingPassEnd)() override {} in STDMETHOD_() function
76 STDMETHOD_(void, OnStreamEnd)() override {} in STDMETHOD_() function
77 STDMETHOD_(void, OnBufferStart)(void*) override {} in STDMETHOD_() function
78 STDMETHOD_(void, OnBufferEnd)(void* context) override in STDMETHOD_() function
85 STDMETHOD_(void, OnLoopEnd)(void*) override {} in STDMETHOD_() function
86 STDMETHOD_(void, OnVoiceError)(void*, HRESULT) override {} in STDMETHOD_() function
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dxapobase.h182 STDMETHOD_(ULONG, AddRef) () in STDMETHOD_() function
188 STDMETHOD_(ULONG, Release) () in STDMETHOD_() function
224 STDMETHOD_(void, Reset) () { return; } in STDMETHOD_() function
238 STDMETHOD_(UINT32, CalcInputFrames) (UINT32 OutputFrameCount) { return OutputFrameCount; } in STDMETHOD_() function
242 STDMETHOD_(UINT32, CalcOutputFrames) (UINT32 InputFrameCount) { return InputFrameCount; } in STDMETHOD_() function
296 STDMETHOD_(ULONG, AddRef)() { return CXAPOBase::AddRef(); } in STDMETHOD_() function
299 STDMETHOD_(ULONG, Release)() { return CXAPOBase::Release(); } in STDMETHOD_() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathD2D.cpp46 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
50 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
55 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F *aLines, UINT aCount) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
59 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
67 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
74 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
142 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { return; } in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
143 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
154 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
166 STDMETHOD_(void, SetSegmentFlags) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathD2D.cpp56 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
58 STDMETHOD_(void, BeginFigure)(D2D1_POINT_2F aPoint, D2D1_FIGURE_BEGIN aBegin) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
60 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F *aLines, UINT aCount) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
62 STDMETHOD_(void, AddBeziers)(const D2D1_BEZIER_SEGMENT *aSegments, UINT aCount) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
66 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
72 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
154 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
156 STDMETHOD_(void, BeginFigure)(D2D1_POINT_2F aPoint, D2D1_FIGURE_BEGIN aBegin) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
161 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F *aLines, UINT aCount) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
175 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) in STDMETHOD_() function in mozilla::gfx::StreamingGeometrySink
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/audio/
H A DAudioOutputXAudio2.cpp57STDMETHOD_(void, OnVoiceProcessingPassStart)(THIS_ UINT32 bytesRequired) Q_DECL_OVERRIDE {Q_UNUSED… in STDMETHOD_() function in QtAV::Q_DECL_FINAL
58 STDMETHOD_(void, OnVoiceProcessingPassEnd)(THIS) Q_DECL_OVERRIDE {} in STDMETHOD_() function in QtAV::Q_DECL_FINAL
59 STDMETHOD_(void, OnStreamEnd)(THIS) Q_DECL_OVERRIDE {} in STDMETHOD_() function in QtAV::Q_DECL_FINAL
60STDMETHOD_(void, OnBufferStart)(THIS_ void* bufferContext) Q_DECL_OVERRIDE { Q_UNUSED(bufferContex… in STDMETHOD_() function in QtAV::Q_DECL_FINAL
61 STDMETHOD_(void, OnBufferEnd)(THIS_ void* bufferContext) Q_DECL_OVERRIDE { in STDMETHOD_() function in QtAV::Q_DECL_FINAL
67STDMETHOD_(void, OnLoopEnd)(THIS_ void* bufferContext) Q_DECL_OVERRIDE { Q_UNUSED(bufferContext);} in STDMETHOD_() function in QtAV::Q_DECL_FINAL
68 STDMETHOD_(void, OnVoiceError)(THIS_ void* bufferContext, HRESULT error) Q_DECL_OVERRIDE { in STDMETHOD_() function in QtAV::Q_DECL_FINAL
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/
H A DEffectVariable.inl74 STDMETHOD_(bool, IsValid)() override { return false; } function
88 STDMETHOD_(bool, IsValid)() override { return false; } function
823 STDMETHOD_(bool, IsValid)() override { return true; } function
951 STDMETHOD_(ID3DX11EffectScalarVariable*, AsScalar)() function
965 STDMETHOD_(ID3DX11EffectVectorVariable*, AsVector)() function
979 STDMETHOD_(ID3DX11EffectMatrixVariable*, AsMatrix)() function
993 STDMETHOD_(ID3DX11EffectStringVariable*, AsString)() function
1097 STDMETHOD_(ID3DX11EffectShaderVariable*, AsShader)() function
1110 STDMETHOD_(ID3DX11EffectBlendVariable*, AsBlend)() function
1194 STDMETHOD_(ID3DX11EffectType*, GetType)() function
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DXAudio2.cpp158 STDMETHOD_( void, OnBufferEnd ) ( void *pBufferContext ) { in STDMETHOD_() function in XAudio2_BufferNotify
165 STDMETHOD_( void, OnVoiceProcessingPassStart ) ( UINT32 BytesRequired ) {} in STDMETHOD_() function in XAudio2_BufferNotify
166 STDMETHOD_( void, OnVoiceProcessingPassEnd ) () {} in STDMETHOD_() function in XAudio2_BufferNotify
167 STDMETHOD_( void, OnStreamEnd ) () {} in STDMETHOD_() function in XAudio2_BufferNotify
168 STDMETHOD_( void, OnBufferStart ) ( void *pBufferContext ) {} in STDMETHOD_() function in XAudio2_BufferNotify
169 STDMETHOD_( void, OnLoopEnd ) ( void *pBufferContext ) {} in STDMETHOD_() function in XAudio2_BufferNotify
170 STDMETHOD_( void, OnVoiceError ) ( void *pBufferContext, HRESULT Error ) {}; in STDMETHOD_() function in XAudio2_BufferNotify
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathD2D.cpp46 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
50 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
55 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F* aLines, UINT aCount) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
59 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
67 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
74 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathD2D.cpp46 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
50 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
55 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F* aLines, UINT aCount) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
59 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
67 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
74 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathD2D.cpp46 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
50 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
55 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F* aLines, UINT aCount) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
59 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
67 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
74 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathD2D.cpp46 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE aMode) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
50 STDMETHOD_(void, BeginFigure) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
55 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F* aLines, UINT aCount) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
59 STDMETHOD_(void, AddBeziers) in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
67 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT aFlags) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
74 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END aEnd) { in STDMETHOD_() function in mozilla::gfx::OpeningGeometrySink
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dxaudio2.cpp236 STDMETHOD_(void, OnBufferEnd)(void* pBufferContext) in STDMETHOD_() function in XAudio2_BufferNotify
244 STDMETHOD_(void, OnVoiceProcessingPassStart)(UINT32 BytesRequired) {} in STDMETHOD_() function in XAudio2_BufferNotify
245 STDMETHOD_(void, OnVoiceProcessingPassEnd)() {} in STDMETHOD_() function in XAudio2_BufferNotify
246 STDMETHOD_(void, OnStreamEnd)() {} in STDMETHOD_() function in XAudio2_BufferNotify
247 STDMETHOD_(void, OnBufferStart)(void* pBufferContext) {} in STDMETHOD_() function in XAudio2_BufferNotify
248 STDMETHOD_(void, OnLoopEnd)(void* pBufferContext) {} in STDMETHOD_() function in XAudio2_BufferNotify
249 STDMETHOD_(void, OnVoiceError)(void* pBufferContext, HRESULT Error) {}; in STDMETHOD_() function in XAudio2_BufferNotify
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2dgraphicspath.cpp133 STDMETHOD_ (ULONG, AddRef) (void) override { return 1; } in STDMETHOD_() function in VSTGUI::D2DPathTextRenderer
134 STDMETHOD_ (ULONG, Release) (void) override { return 1; } in STDMETHOD_() function in VSTGUI::D2DPathTextRenderer
168 STDMETHOD_(void, AddBeziers)(const D2D1_BEZIER_SEGMENT * beziers, UINT beziersCount) override in STDMETHOD_() function in VSTGUI::AlignPixelSink
180 STDMETHOD_(void, AddLines)(const D2D1_POINT_2F *points, UINT pointsCount) override in STDMETHOD_() function in VSTGUI::AlignPixelSink
189 STDMETHOD_(void, BeginFigure)(D2D1_POINT_2F startPoint, in STDMETHOD_() function in VSTGUI::AlignPixelSink
196 STDMETHOD_(void, EndFigure)(D2D1_FIGURE_END figureEnd) override in STDMETHOD_() function in VSTGUI::AlignPixelSink
201 STDMETHOD_(void, SetFillMode)(D2D1_FILL_MODE fillMode) override in STDMETHOD_() function in VSTGUI::AlignPixelSink
206 STDMETHOD_(void, SetSegmentFlags)(D2D1_PATH_SEGMENT vertexFlags) override in STDMETHOD_() function in VSTGUI::AlignPixelSink
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function

1234