HomeSort by relevance Sort by last modified time
    Searched refs:OnClockRestart (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp 357 IFACEMETHODIMP OnClockRestart(MFTIME /*hnsSystemTime*/)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evr.h 99 STDMETHOD_(HRESULT,OnClockRestart)(THIS_ MFTIME hnsSystemTime) PURE;
116 #define IMFVideoPresenter_OnClockRestart(This,hnsSystemTime) (This)->lpVtbl->OnClockRestart(This,hnsSystemTime)
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 383 STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime);
430 STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockRestart(hnsSystemTime); }
    [all...]
cap_msmf.hpp     [all...]

Completed in 63 milliseconds