Searched refs:MFTIME (Results 1 – 3 of 3) sorted by relevance
327 IFACEMETHODIMP OnClockStart(MFTIME /*hnsSystemTime*/, LONGLONG /*llClockStartOffset*/) in OnClockStart() argument337 IFACEMETHODIMP OnClockStop(MFTIME /*hnsSystemTime*/) in OnClockStop() argument347 IFACEMETHODIMP OnClockPause(MFTIME /*hnsSystemTime*/) in OnClockPause() argument357 IFACEMETHODIMP OnClockRestart(MFTIME /*hnsSystemTime*/) in OnClockRestart() argument367 IFACEMETHODIMP OnClockSetRate(MFTIME /*hnsSystemTime*/, float /*flRate*/) in OnClockSetRate() argument
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()[all …]
212 virtual HRESULT Start(MFTIME start) = 0;1213 HRESULT Start(MFTIME start) in Start()1866 …MFTIME m_StartTime; // Presentation time when the clock start…3233 MFTIME hnsSystemTime, in OnClockStart()3255 MFTIME hnsSystemTime) { in OnClockStop()3275 MFTIME hnsSystemTime) { in OnClockPause()3286 MFTIME hnsSystemTime) { in OnClockRestart()3297 MFTIME hnsSystemTime, in OnClockSetRate()