Searched defs:SetSyncSource (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstrmif.h1612 virtual HRESULT STDMETHODCALLTYPE SetSyncSource(
1659 HRESULT (STDMETHODCALLTYPE *SetSyncSource)(
1686 #define IMediaFilter_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(This,pClock)
1717 return This->lpVtbl->SetSyncSource(This,pClock);
1853 HRESULT (STDMETHODCALLTYPE *SetSyncSource)(
1903 #define IBaseFilter_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(This,pClock)
1940 return This->lpVtbl->SetSyncSource(This,pClock);
10990 virtual HRESULT WINAPI SetSyncSource(IReferenceClock *pClock) = 0;
11002 HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock); member in struct:IDistributorNotifyVtbl
11016 #define IDistributorNotify_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(Thi
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstrmif.h1612 virtual HRESULT STDMETHODCALLTYPE SetSyncSource(
1659 HRESULT (STDMETHODCALLTYPE *SetSyncSource)(
1686 #define IMediaFilter_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(This,pClock)
1717 return This->lpVtbl->SetSyncSource(This,pClock);
1853 HRESULT (STDMETHODCALLTYPE *SetSyncSource)(
1903 #define IBaseFilter_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(This,pClock)
1940 return This->lpVtbl->SetSyncSource(This,pClock);
10990 virtual HRESULT WINAPI SetSyncSource(IReferenceClock *pClock) = 0;
11002 HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock); member in struct:IDistributorNotifyVtbl
11016 #define IDistributorNotify_SetSyncSource(This,pClock) (This)->lpVtbl->SetSyncSource(Thi
[all...]

Completed in 130 milliseconds