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

  /external/opencv3/3rdparty/include/dshow/
amvideo.h 105 virtual HRESULT STDMETHODCALLTYPE GetFourCCCodes(
177 HRESULT (STDMETHODCALLTYPE *GetFourCCCodes)(
238 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCount,pCodes)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 118 virtual HRESULT STDMETHODCALLTYPE GetFourCCCodes(
190 HRESULT (STDMETHODCALLTYPE *GetFourCCCodes)(
252 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCount,pCodes)
291 return This->lpVtbl->GetFourCCCodes(This,pCount,pCodes);
    [all...]

Completed in 494 milliseconds