Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp124 Microsoft::WRL::ComPtr<IInspectable> spInsp; in SetProperties() local
126 spSetting->Lookup(key, spInsp.ReleaseAndGetAddressOf()); in SetProperties()
128 hr = spInsp.As(&spPropVal); in SetProperties()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2484 Microsoft::WRL::ComPtr<IInspectable> spInsp; in SetProperties() local
2496 …t::WRL::Wrappers::HStringReference(MF_PROP_SAMPLEGRABBERCALLBACK).Get(), spInsp.ReleaseAndGetAddre… in SetProperties()
2501 hr = SetUnknown(MF_MEDIASINK_SAMPLEGRABBERCALLBACK, spInsp.Get()); in SetProperties()
2505 …ookup(Microsoft::WRL::Wrappers::HStringReference(MF_PROP_VIDTYPE).Get(), spInsp.ReleaseAndGetAddre… in SetProperties()
2510 if (SUCCEEDED(hr = spInsp.As(&spPropVal))) { in SetProperties()
2516 …p(Microsoft::WRL::Wrappers::HStringReference(MF_PROP_VIDENCPROPS).Get(), spInsp.ReleaseAndGetAddre… in SetProperties()
2521 hr = spInsp.As(&pMedEncProps); in SetProperties()