Searched defs:hnsSystemTime (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
H A D | cap_msmf.hpp | 3233 MFTIME hnsSystemTime, 3249 hr = pSampleCallback->OnClockStart(hnsSystemTime, llClockStartOffset); 3255 MFTIME hnsSystemTime) { 3269 hr = pSampleCallback->OnClockStop(hnsSystemTime); 3275 MFTIME hnsSystemTime) { 3280 hr = pSampleCallback->OnClockPause(hnsSystemTime); 3286 MFTIME hnsSystemTime) { 3291 hr = pSampleCallback->OnClockRestart(hnsSystemTime); 3297 MFTIME hnsSystemTime, 3303 hr = pSampleCallback->OnClockSetRate(hnsSystemTime, flRat 3232 OnClockStart( MFTIME hnsSystemTime, LONGLONG llClockStartOffset) argument 3254 OnClockStop( MFTIME hnsSystemTime) argument 3274 OnClockPause( MFTIME hnsSystemTime) argument 3285 OnClockRestart( MFTIME hnsSystemTime) argument 3296 OnClockSetRate( MFTIME hnsSystemTime, float flRate) argument [all...] |
H A D | cap_msmf.cpp | 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 ImageGrabberCallback::OnClockStart(hnsSystemTime, llClockStartOffset); } argument 428 STDMETHODIMP OnClockStop(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockStop(hnsSystemTime); } argument 429 STDMETHODIMP OnClockPause(MFTIME hnsSystemTime) { retur argument 430 OnClockRestart(MFTIME hnsSystemTime) argument 431 OnClockSetRate(MFTIME hnsSystemTime, float flRate) argument 1676 OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) argument 1683 OnClockStop(MFTIME hnsSystemTime) argument 1689 OnClockPause(MFTIME hnsSystemTime) argument 1695 OnClockRestart(MFTIME hnsSystemTime) argument 1701 OnClockSetRate(MFTIME hnsSystemTime, float flRate) argument [all...] |
Completed in 77 milliseconds