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

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp 347 IFACEMETHODIMP OnClockPause(MFTIME /*hnsSystemTime*/)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evr.h 98 STDMETHOD_(HRESULT,OnClockPause)(THIS_ MFTIME hnsSystemTime) PURE;
115 #define IMFVideoPresenter_OnClockPause(This,hnsSystemTime) (This)->lpVtbl->OnClockPause(This,hnsSystemTime)
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 382 STDMETHODIMP OnClockPause(MFTIME hnsSystemTime);
429 STDMETHODIMP OnClockPause(MFTIME hnsSystemTime) { return ImageGrabberCallback::OnClockPause(hnsSystemTime); }
    [all...]
cap_msmf.hpp     [all...]

Completed in 55 milliseconds