Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp2216 IMFActivate **ppDevices = NULL; in checkDevice() local
2219 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count); in checkDevice()
2226 hr = ppDevices[vd_CurrentNumber]->GetAllocatedString( in checkDevice()
2241 *pDevice = ppDevices[vd_CurrentNumber]; in checkDevice()
2257 SafeRelease(&ppDevices[i]); in checkDevice()
2259 SafeRelease(ppDevices); in checkDevice()
2903 IMFActivate **ppDevices = NULL; in initDevices() local
2904 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count); in initDevices()
2912 vd->readInfoOfDevice(ppDevices[i], i); in initDevices()
2914 SafeRelease(&ppDevices[i]); in initDevices()
[all …]