Home
last modified time | relevance | path

Searched refs:pCaps (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Damvideo.h97 DDCAPS *pCaps) = 0;
100 DDCAPS *pCaps) = 0;
167 DDCAPS *pCaps);
171 DDCAPS *pCaps);
235 #define IDirectDrawVideo_GetCaps(This,pCaps) (This)->lpVtbl->GetCaps(This,pCaps)
236 #define IDirectDrawVideo_GetEmulatedCaps(This,pCaps) (This)->lpVtbl->GetEmulatedCaps(This,pCaps)
271 DDCAPS *pCaps);
279 DDCAPS *pCaps);
Dstrmif.h7774 virtual HRESULT WINAPI GetDecoderCaps(DVD_DECODER_CAPS *pCaps) = 0;
7820 HRESULT (WINAPI *GetDecoderCaps)(IDvdInfo2 *This,DVD_DECODER_CAPS *pCaps);
7868 #define IDvdInfo2_GetDecoderCaps(This,pCaps) (This)->lpVtbl->GetDecoderCaps(This,pCaps) argument
7945 HRESULT WINAPI IDvdInfo2_GetDecoderCaps_Proxy(IDvdInfo2 *This,DVD_DECODER_CAPS *pCaps);