Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp427 …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()
Dcap_msmf.hpp3233 MFTIME hnsSystemTime, in OnClockStart()
3255 MFTIME hnsSystemTime) { in OnClockStop()
3275 MFTIME hnsSystemTime) { in OnClockPause()
3286 MFTIME hnsSystemTime) { in OnClockRestart()
3297 MFTIME hnsSystemTime, in OnClockSetRate()