Stop 185 3rdparty/include/dshow/control.h virtual HRESULT WINAPI Stop(void) = 0; Stop 205 3rdparty/include/dshow/control.h HRESULT (WINAPI *Stop)(IMediaControl *This); Stop 227 3rdparty/include/dshow/control.h #define IMediaControl_Stop(This) (This)->lpVtbl->Stop(This) Stop 560 3rdparty/include/dshow/dsound.h STDMETHOD(Stop)(THIS) PURE; Stop 587 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer_Stop(p) (p)->lpVtbl->Stop(p) Stop 611 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer_Stop(p) (p)->Stop() Stop 643 3rdparty/include/dshow/dsound.h STDMETHOD(Stop)(THIS) PURE; Stop 673 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer8_Stop(p) (p)->lpVtbl->Stop(p) Stop 701 3rdparty/include/dshow/dsound.h #define IDirectSoundBuffer8_Stop(p) (p)->Stop() Stop 766 3rdparty/include/dshow/dsound.h STDMETHOD(Stop)(THIS) PURE; Stop 784 3rdparty/include/dshow/dsound.h #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) Stop 799 3rdparty/include/dshow/dsound.h #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() Stop 821 3rdparty/include/dshow/dsound.h STDMETHOD(Stop)(THIS) PURE; Stop 842 3rdparty/include/dshow/dsound.h #define IDirectSoundCaptureBuffer8_Stop(p) (p)->lpVtbl->Stop(p) Stop 860 3rdparty/include/dshow/dsound.h #define IDirectSoundCaptureBuffer8_Stop(p) (p)->Stop() Stop 1142 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI Stop(void) = 0; Stop 1156 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Stop)(IMediaFilter *This); Stop 1172 3rdparty/include/dshow/strmif.h #define IMediaFilter_Stop(This) (This)->lpVtbl->Stop(This) Stop 1223 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Stop)(IBaseFilter *This); Stop 1244 3rdparty/include/dshow/strmif.h #define IBaseFilter_Stop(This) (This)->lpVtbl->Stop(This) Stop 3180 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI Stop(void) = 0; Stop 3192 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Stop)(IDistributorNotify *This); Stop 3206 3rdparty/include/dshow/strmif.h #define IDistributorNotify_Stop(This) (This)->lpVtbl->Stop(This) Stop 7473 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI Stop(void) = 0; Stop 7520 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Stop)(IDvdControl2 *This); Stop 7569 3rdparty/include/dshow/strmif.h #define IDvdControl2_Stop(This) (This)->lpVtbl->Stop(This) Stop 963 modules/videoio/src/cap_dshow.cpp HR = pControl->Stop(); Stop 1470 modules/videoio/src/cap_msmf.cpp ig_pSession->Stop(); Stop 1508 modules/videoio/src/cap_msmf.cpp ig_pSession->Stop(); Stop 215 modules/videoio/src/cap_msmf.hpp virtual HRESULT Stop() = 0; Stop 3204 modules/videoio/src/cap_msmf.hpp hr = spCustomSink->Stop();