Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp116 …osoft::WRL::ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> spSetting; in SetProperties() local
117 pConfiguration->QueryInterface(IID_PPV_ARGS(&spSetting)); in SetProperties()
119 spSetting->HasKey(key, &found); in SetProperties()
126 spSetting->Lookup(key, spInsp.ReleaseAndGetAddressOf()); in SetProperties()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2485 …osoft::WRL::ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> spSetting; in SetProperties() local
2490 hr = pConfiguration->QueryInterface(IID_PPV_ARGS(&spSetting)); in SetProperties()
2496 …hr = spSetting->Lookup(Microsoft::WRL::Wrappers::HStringReference(MF_PROP_SAMPLEGRABBERCALLBACK).G… in SetProperties()
2505 …hr = spSetting->Lookup(Microsoft::WRL::Wrappers::HStringReference(MF_PROP_VIDTYPE).Get(), spInsp.R… in SetProperties()
2516 …hr = spSetting->Lookup(Microsoft::WRL::Wrappers::HStringReference(MF_PROP_VIDENCPROPS).Get(), spIn… in SetProperties()
Dcap_msmf.cpp1337 GET_WRL_OBJ_FROM_OBJ(_Map, spSetting, pSet, hr) in startGrabbing()
1345 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_VIDTYPE)), DER… in startGrabbing()
1347 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_SAMPLEGRABBERC… in startGrabbing()
1363 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_VIDENCPROPS)),… in startGrabbing()