Searched refs:plIndex (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | control.h | 1408 virtual HRESULT WINAPI GetIndex(BSTR szName,long lCreate,long *plIndex) = 0; 1425 HRESULT (WINAPI *GetIndex)(IAMStats *This,BSTR szName,long lCreate,long *plIndex); 1444 #define IAMStats_GetIndex(This,szName,lCreate,plIndex) (This)->lpVtbl->GetIndex(This,szName,lCreate… argument 1457 HRESULT WINAPI IAMStats_GetIndex_Proxy(IAMStats *This,BSTR szName,long lCreate,long *plIndex);
|
D | strmif.h | 4357 virtual HRESULT WINAPI get_ConnectInput(long *plIndex) = 0; 4390 HRESULT (WINAPI *get_ConnectInput)(IAMTVTuner *This,long *plIndex); 4425 #define IAMTVTuner_get_ConnectInput(This,plIndex) (This)->lpVtbl->get_ConnectInput(This,plIndex) argument 4446 HRESULT WINAPI IAMTVTuner_get_ConnectInput_Proxy(IAMTVTuner *This,long *plIndex);
|