Lines Matching refs:hnsSystemTime

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 …ODIMP OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) { return ImageGrabberCallbac… in OnClockStart() argument
428 …STDMETHODIMP OnClockStop(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockStop(hnsSyste… in OnClockStop() argument
429 …STDMETHODIMP OnClockPause(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockPause(hnsSys… in OnClockPause() argument
430 …STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockRestart(hn… in OnClockRestart() argument
431 …METHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate) { return ImageGrabberCallback::OnCloc… in OnClockSetRate() argument
1676 STDMETHODIMP ImageGrabberCallback::OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) in OnClockStart() argument
1678 (void)hnsSystemTime; in OnClockStart()
1683 STDMETHODIMP ImageGrabberCallback::OnClockStop(MFTIME hnsSystemTime) in OnClockStop() argument
1685 (void)hnsSystemTime; in OnClockStop()
1689 STDMETHODIMP ImageGrabberCallback::OnClockPause(MFTIME hnsSystemTime) in OnClockPause() argument
1691 (void)hnsSystemTime; in OnClockPause()
1695 STDMETHODIMP ImageGrabberCallback::OnClockRestart(MFTIME hnsSystemTime) in OnClockRestart() argument
1697 (void)hnsSystemTime; in OnClockRestart()
1701 STDMETHODIMP ImageGrabberCallback::OnClockSetRate(MFTIME hnsSystemTime, float flRate) in OnClockSetRate() argument
1704 (void)hnsSystemTime; in OnClockSetRate()