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

  /external/opencv3/3rdparty/include/dshow/
amvideo.h 115 virtual HRESULT STDMETHODCALLTYPE GetSurfaceType(
190 HRESULT (STDMETHODCALLTYPE *GetSurfaceType)(
241 #define IDirectDrawVideo_GetSurfaceType(This,pSurfaceType) (This)->lpVtbl->GetSurfaceType(This,pSurfaceType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 128 virtual HRESULT STDMETHODCALLTYPE GetSurfaceType(
203 HRESULT (STDMETHODCALLTYPE *GetSurfaceType)(
255 #define IDirectDrawVideo_GetSurfaceType(This,pSurfaceType) (This)->lpVtbl->GetSurfaceType(This,pSurfaceType)
300 return This->lpVtbl->GetSurfaceType(This,pSurfaceType);
    [all...]

Completed in 3841 milliseconds