Searched defs:OnClockSetRate (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ | ||
H A D | cap_msmf.hpp | 3296 HRESULT STDMETHODCALLTYPE OnClockSetRate( function in class:MediaSink 3303 hr = pSampleCallback->OnClockSetRate(hnsSystemTime, flRate); 3304 DebugPrintOut(L"MediaSink::OnClockSetRate: HRESULT=%i\n", hr); |
H A D | cap_msmf.cpp | 384 STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate); 431 STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate) { return ImageGrabberCallback::OnClockSetRate(hnsSystemTime, flRate); } function in class:__anon15769::ImageGrabberWinRT 1701 STDMETHODIMP ImageGrabberCallback::OnClockSetRate(MFTIME hnsSystemTime, float flRate) function in class:__anon15769::ImageGrabberCallback |
Completed in 77 milliseconds