Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4868 virtual HRESULT WINAPI get_DevicePort(long *pDevicePort) = 0;
4883 HRESULT (WINAPI *get_DevicePort)(IAMExtDevice *This,long *pDevicePort);
4900 #define IAMExtDevice_get_DevicePort(This,pDevicePort) (This)->lpVtbl->get_DevicePort(This,pDevicePo… argument
4917 HRESULT WINAPI IAMExtDevice_get_DevicePort_Proxy(IAMExtDevice *This,long *pDevicePort);