Searched refs:hnsSystemTime (Results 1 – 2 of 2) sorted by relevance
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() argument428 …STDMETHODIMP OnClockStop(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockStop(hnsSyste… in OnClockStop() argument429 …STDMETHODIMP OnClockPause(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockPause(hnsSys… in OnClockPause() argument430 …STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockRestart(hn… in OnClockRestart() argument431 …METHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate) { return ImageGrabberCallback::OnCloc… in OnClockSetRate() argument[all …]
3233 MFTIME hnsSystemTime, in OnClockStart() argument3249 hr = pSampleCallback->OnClockStart(hnsSystemTime, llClockStartOffset); in OnClockStart()3255 MFTIME hnsSystemTime) { in OnClockStop() argument3269 hr = pSampleCallback->OnClockStop(hnsSystemTime); in OnClockStop()3275 MFTIME hnsSystemTime) { in OnClockPause() argument3280 hr = pSampleCallback->OnClockPause(hnsSystemTime); in OnClockPause()3286 MFTIME hnsSystemTime) { in OnClockRestart() argument3291 hr = pSampleCallback->OnClockRestart(hnsSystemTime); in OnClockRestart()3297 MFTIME hnsSystemTime, in OnClockSetRate() argument3303 hr = pSampleCallback->OnClockSetRate(hnsSystemTime, flRate); in OnClockSetRate()