Lines Matching refs:tStart
826 virtual HRESULT WINAPI NewSegment(REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) = 0;
848 … HRESULT (WINAPI *NewSegment)(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate);
872 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate) argument
903 …HRESULT WINAPI IPin_NewSegment_Proxy(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double …
1144 virtual HRESULT WINAPI Run(REFERENCE_TIME tStart) = 0;
1158 HRESULT (WINAPI *Run)(IMediaFilter *This,REFERENCE_TIME tStart);
1174 #define IMediaFilter_Run(This,tStart) (This)->lpVtbl->Run(This,tStart) argument
1184 HRESULT WINAPI IMediaFilter_Run_Proxy(IMediaFilter *This,REFERENCE_TIME tStart);
1225 HRESULT (WINAPI *Run)(IBaseFilter *This,REFERENCE_TIME tStart);
1246 #define IBaseFilter_Run(This,tStart) (This)->lpVtbl->Run(This,tStart) argument
1478 REFERENCE_TIME tStart; member
3182 virtual HRESULT WINAPI Run(REFERENCE_TIME tStart) = 0;
3194 HRESULT (WINAPI *Run)(IDistributorNotify *This,REFERENCE_TIME tStart);
3208 #define IDistributorNotify_Run(This,tStart) (This)->lpVtbl->Run(This,tStart) argument
3217 HRESULT WINAPI IDistributorNotify_Run_Proxy(IDistributorNotify *This,REFERENCE_TIME tStart);
3230 REFERENCE_TIME tStart; member