Home
last modified time | relevance | path

Searched defs:STDMETHOD (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc51 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::EnumPins
60 STDMETHOD(Clone)(IEnumPins** pins) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::EnumPins
65 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::EnumPins
85 STDMETHOD(Skip)(ULONG count) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::EnumPins
90 STDMETHOD(Reset)() { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::EnumPins
266 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::MediaTypesEnum
276 STDMETHOD(Clone)(IEnumMediaTypes** pins) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::MediaTypesEnum
281 STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::MediaTypesEnum
366 STDMETHOD(Skip)(ULONG count) { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::MediaTypesEnum
371 STDMETHOD(Reset)() { in STDMETHOD() function in webrtc::videocapturemodule::__anon99881d6b0111::MediaTypesEnum
/external/clang/test/SemaCXX/Inputs/
Doverride-system-header.h5 #define STDMETHOD(method) virtual void method macro
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.h66 STDMETHOD(SetSubArchiveName(const wchar_t *name)) in STDMETHOD() function
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD() function in __anone3d9c0ec0111::MockSwapChainPanel
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc109 STDMETHOD(GetBufferAndLength(BYTE** ppBuffer, DWORD* pcbLength)) { in STDMETHOD() function in webrtc::__anonfdee76cb0111::MediaBufferImpl
120 STDMETHOD(GetMaxLength(DWORD* pcbMaxLength)) { in STDMETHOD() function in webrtc::__anonfdee76cb0111::MediaBufferImpl
129 STDMETHOD(SetLength(DWORD cbLength)) { in STDMETHOD() function in webrtc::__anonfdee76cb0111::MediaBufferImpl
141 STDMETHOD(QueryInterface(REFIID riid, void** ppv)) { in STDMETHOD() function in webrtc::__anonfdee76cb0111::MediaBufferImpl
/external/lzma/CPP/Common/
DMyWindows.h106 #define STDMETHOD(f) STDMETHOD_(HRESULT, f) macro