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

  /external/opencv3/3rdparty/include/dshow/
strmif.h 824 virtual HRESULT WINAPI BeginFlush(void) = 0;
846 HRESULT (WINAPI *BeginFlush)(IPin *This);
870 #define IPin_BeginFlush(This) (This)->lpVtbl->BeginFlush(This)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h 515 virtual HRESULT STDMETHODCALLTYPE BeginFlush(
596 HRESULT (STDMETHODCALLTYPE *BeginFlush)(
633 #define IPin_BeginFlush(This) (This)->lpVtbl->BeginFlush(This)
685 return This->lpVtbl->BeginFlush(This);
    [all...]

Completed in 116 milliseconds