Home
last modified time | relevance | path

Searched refs:MFTIME (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videoio/src/cap_winrt/
DMediaSink.hpp327 IFACEMETHODIMP OnClockStart(MFTIME /*hnsSystemTime*/, LONGLONG /*llClockStartOffset*/) in OnClockStart() argument
337 IFACEMETHODIMP OnClockStop(MFTIME /*hnsSystemTime*/) in OnClockStop() argument
347 IFACEMETHODIMP OnClockPause(MFTIME /*hnsSystemTime*/) in OnClockPause() argument
357 IFACEMETHODIMP OnClockRestart(MFTIME /*hnsSystemTime*/) in OnClockRestart() argument
367 IFACEMETHODIMP OnClockSetRate(MFTIME /*hnsSystemTime*/, float /*flRate*/) in OnClockSetRate() argument
/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 …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 …]
Dcap_msmf.hpp212 virtual HRESULT Start(MFTIME start) = 0;
1213 HRESULT Start(MFTIME start) in Start()
1866MFTIME 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()