Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp126 /* [in] */ ULONG cRequest,
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h6245 virtual HRESULT WINAPI Next(ULONG cRequest,STREAM_ID_MAP *pStreamIdMap,ULONG *pcReceived) = 0;
6256 …HRESULT (WINAPI *Next)(IEnumStreamIdMap *This,ULONG cRequest,STREAM_ID_MAP *pStreamIdMap,ULONG *pc…
6269 #define IEnumStreamIdMap_Next(This,cRequest,pStreamIdMap,pcReceived) (This)->lpVtbl->Next(This,cReq… argument
6275 …HRESULT WINAPI IEnumStreamIdMap_Next_Proxy(IEnumStreamIdMap *This,ULONG cRequest,STREAM_ID_MAP *pS…