Searched refs:pAttributes (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
H A DOcvTransform.h112 STDMETHODIMP GetAttributes(IMFAttributes** pAttributes);
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp620 long checkDevice(IMFAttributes *pAttributes, IMFActivate **pDevice);
641 long initDevices(IMFAttributes *pAttributes);
1906 _ComPtr<IMFAttributes> pAttributes = NULL; local
1908 hr = MFCreateAttributes(pAttributes.GetAddressOf(), 1);
1911 hr = pAttributes->SetGUID(
1919 hr = vDs->initDevices(pAttributes.Get());
2214 long videoDevice::checkDevice(IMFAttributes *pAttributes, IMFActivate **pDevice) argument
2219 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count);
2323 _ComPtr<IMFAttributes> pAttributes = NULL; local
2325 hr = MFCreateAttributes(pAttributes
2900 initDevices(IMFAttributes *pAttributes) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c694 adapt->pAttributes = attrs;
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h7754 virtual HRESULT WINAPI GetKaraokeAttributes(ULONG ulStream,DVD_KaraokeAttributes *pAttributes) = 0;
7800 HRESULT (WINAPI *GetKaraokeAttributes)(IDvdInfo2 *This,ULONG ulStream,DVD_KaraokeAttributes *pAttributes);
7848 #define IDvdInfo2_GetKaraokeAttributes(This,ulStream,pAttributes) (This)->lpVtbl->GetKaraokeAttributes(This,ulStream,pAttributes)
7905 HRESULT WINAPI IDvdInfo2_GetKaraokeAttributes_Proxy(IDvdInfo2 *This,ULONG ulStream,DVD_KaraokeAttributes *pAttributes);

Completed in 506 milliseconds