Lines Matching refs:MFTIME

380     STDMETHODIMP OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset);
381 STDMETHODIMP OnClockStop(MFTIME hnsSystemTime);
382 STDMETHODIMP OnClockPause(MFTIME hnsSystemTime);
383 STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime);
384 STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate);
427 …STDMETHODIMP OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) { return ImageGrabber… in OnClockStart()
428 …STDMETHODIMP OnClockStop(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockStop(hnsSyste… in OnClockStop()
429 …STDMETHODIMP OnClockPause(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockPause(hnsSys… in OnClockPause()
430 …STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockRestart(hn… in OnClockRestart()
431 …STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate) { return ImageGrabberCallback::OnC… in OnClockSetRate()
1676 STDMETHODIMP ImageGrabberCallback::OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) in OnClockStart()
1683 STDMETHODIMP ImageGrabberCallback::OnClockStop(MFTIME hnsSystemTime) in OnClockStop()
1689 STDMETHODIMP ImageGrabberCallback::OnClockPause(MFTIME hnsSystemTime) in OnClockPause()
1695 STDMETHODIMP ImageGrabberCallback::OnClockRestart(MFTIME hnsSystemTime) in OnClockRestart()
1701 STDMETHODIMP ImageGrabberCallback::OnClockSetRate(MFTIME hnsSystemTime, float flRate) in OnClockSetRate()
3795 HRESULT getSourceDuration(IMFMediaSource *pSource, MFTIME *pDuration) const;
3911 MFTIME duration; in getProperty()
4012 HRESULT CvCaptureFile_MSMF::getSourceDuration(IMFMediaSource *pSource, MFTIME *pDuration) const in getSourceDuration()