Searched refs:ppDevices (Results 1 – 1 of 1) sorted by relevance
2216 IMFActivate **ppDevices = NULL; in checkDevice() local2219 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() local2904 HRESULT hr = MFEnumDeviceSources(pAttributes, &ppDevices, &count); in initDevices()2912 vd->readInfoOfDevice(ppDevices[i], i); in initDevices()2914 SafeRelease(&ppDevices[i]); in initDevices()[all …]