Searched refs:spInsp (Results 1 – 2 of 2) sorted by relevance
124 Microsoft::WRL::ComPtr<IInspectable> spInsp; in SetProperties() local126 spSetting->Lookup(key, spInsp.ReleaseAndGetAddressOf()); in SetProperties()128 hr = spInsp.As(&spPropVal); in SetProperties()
2484 Microsoft::WRL::ComPtr<IInspectable> spInsp; in SetProperties() local2496 …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()