Home | History | Annotate | Download | only in src

Lines Matching refs:pAttributes

620     long checkDevice(IMFAttributes *pAttributes, IMFActivate **pDevice);
641 long initDevices(IMFAttributes *pAttributes);
1906 _ComPtr<IMFAttributes> pAttributes = NULL;
1908 hr = MFCreateAttributes(pAttributes.GetAddressOf(), 1);
1911 hr = pAttributes->SetGUID(
1919 hr = vDs->initDevices(pAttributes.Get());
2214 long videoDevice::checkDevice(IMFAttributes *pAttributes, IMFActivate **pDevice)
2219 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count);
2323 _ComPtr<IMFAttributes> pAttributes = NULL;
2325 hr = MFCreateAttributes(pAttributes.GetAddressOf(), 1);
2328 hr = pAttributes->SetGUID(
2335 hr = checkDevice(pAttributes.Get(), &vd_pActivate);
2900 long videoDevices::initDevices(IMFAttributes *pAttributes)
2904 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count);