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

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp 337 IFACEMETHODIMP OnClockStop(MFTIME /*hnsSystemTime*/)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evr.h 102 STDMETHOD_(HRESULT,OnClockStop)(THIS_ MFTIME hnssSystemTime) PURE;
119 #define IMFVideoPresenter_OnClockStop(This,hnssSystemTime) (This)->lpVtbl->OnClockStop(This,hnssSystemTime)
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 381 STDMETHODIMP OnClockStop(MFTIME hnsSystemTime);
428 STDMETHODIMP OnClockStop(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockStop(hnsSystemTime); }
    [all...]
cap_msmf.hpp     [all...]

Completed in 53 milliseconds