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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipmsp.h 232 virtual HRESULT WINAPI GetNumberOfCapabilities(DWORD *pdwCount) = 0;
244 HRESULT (WINAPI *GetNumberOfCapabilities)(ITFormatControl *This,DWORD *pdwCount);
258 #define ITFormatControl_GetNumberOfCapabilities(This,pdwCount) (This)->lpVtbl->GetNumberOfCapabilities(This,pdwCount)
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 915 milliseconds