Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4864 virtual HRESULT WINAPI put_DevicePower(long PowerMode) = 0;
4879 HRESULT (WINAPI *put_DevicePower)(IAMExtDevice *This,long PowerMode);
4896 #define IAMExtDevice_put_DevicePower(This,PowerMode) (This)->lpVtbl->put_DevicePower(This,PowerMode) argument
4909 HRESULT WINAPI IAMExtDevice_put_DevicePower_Proxy(IAMExtDevice *This,long PowerMode);