Lines Matching refs:IReferenceClock

67 typedef struct IReferenceClock IReferenceClock;  typedef
1146 virtual HRESULT WINAPI SetSyncSource(IReferenceClock *pClock) = 0;
1147 virtual HRESULT WINAPI GetSyncSource(IReferenceClock **pClock) = 0;
1160 HRESULT (WINAPI *SetSyncSource)(IMediaFilter *This,IReferenceClock *pClock);
1161 HRESULT (WINAPI *GetSyncSource)(IMediaFilter *This,IReferenceClock **pClock);
1188 HRESULT WINAPI IMediaFilter_SetSyncSource_Proxy(IMediaFilter *This,IReferenceClock *pClock);
1190 HRESULT WINAPI IMediaFilter_GetSyncSource_Proxy(IMediaFilter *This,IReferenceClock **pClock);
1227 HRESULT (WINAPI *SetSyncSource)(IBaseFilter *This,IReferenceClock *pClock);
1228 HRESULT (WINAPI *GetSyncSource)(IBaseFilter *This,IReferenceClock **pClock);
1277 struct IReferenceClock : public IUnknown { struct
1287 HRESULT (WINAPI *QueryInterface)(IReferenceClock *This,REFIID riid,void **ppvObject);
1288 ULONG (WINAPI *AddRef)(IReferenceClock *This);
1289 ULONG (WINAPI *Release)(IReferenceClock *This);
1290 HRESULT (WINAPI *GetTime)(IReferenceClock *This,REFERENCE_TIME *pTime);
1291 …HRESULT (WINAPI *AdviseTime)(IReferenceClock *This,REFERENCE_TIME baseTime,REFERENCE_TIME streamTi…
1292 …HRESULT (WINAPI *AdvisePeriodic)(IReferenceClock *This,REFERENCE_TIME startTime,REFERENCE_TIME per…
1293 HRESULT (WINAPI *Unadvise)(IReferenceClock *This,DWORD_PTR dwAdviseCookie);
1296 struct IReferenceClock { struct
1309 HRESULT WINAPI IReferenceClock_GetTime_Proxy(IReferenceClock *This,REFERENCE_TIME *pTime);
1311 …HRESULT WINAPI IReferenceClock_AdviseTime_Proxy(IReferenceClock *This,REFERENCE_TIME baseTime,REFE…
1313 …HRESULT WINAPI IReferenceClock_AdvisePeriodic_Proxy(IReferenceClock *This,REFERENCE_TIME startTime…
1315 HRESULT WINAPI IReferenceClock_Unadvise_Proxy(IReferenceClock *This,DWORD_PTR dwAdviseCookie);
1319 typedef IReferenceClock *PREFERENCECLOCK;
1327 struct IReferenceClock2 : public IReferenceClock {
3183 virtual HRESULT WINAPI SetSyncSource(IReferenceClock *pClock) = 0;
3195 HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock);
3219 …HRESULT WINAPI IDistributorNotify_SetSyncSource_Proxy(IDistributorNotify *This,IReferenceClock *pC…