Home
last modified time | relevance | path

Searched refs:hnsSystemTime (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp380 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
[all …]
Dcap_msmf.hpp3233 MFTIME hnsSystemTime, in OnClockStart() argument
3249 hr = pSampleCallback->OnClockStart(hnsSystemTime, llClockStartOffset); in OnClockStart()
3255 MFTIME hnsSystemTime) { in OnClockStop() argument
3269 hr = pSampleCallback->OnClockStop(hnsSystemTime); in OnClockStop()
3275 MFTIME hnsSystemTime) { in OnClockPause() argument
3280 hr = pSampleCallback->OnClockPause(hnsSystemTime); in OnClockPause()
3286 MFTIME hnsSystemTime) { in OnClockRestart() argument
3291 hr = pSampleCallback->OnClockRestart(hnsSystemTime); in OnClockRestart()
3297 MFTIME hnsSystemTime, in OnClockSetRate() argument
3303 hr = pSampleCallback->OnClockSetRate(hnsSystemTime, flRate); in OnClockSetRate()