Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3429 int outDevIndex = _outputDeviceIndex; in SetDMOProperties() local
3447 if (_GetDefaultDeviceIndex(eRender, role, &outDevIndex) == -1) { in SetDMOProperties()
3452 DWORD devIndex = static_cast<uint32_t>(outDevIndex << 16) + in SetDMOProperties()
3455 << ", render device index: " << outDevIndex; in SetDMOProperties()