Searched refs:szDeviceName (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 1740 WCHAR szDeviceName[MAX_PATH]; in SetPlayoutDevice() local 1741 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() 1744 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0) in SetPlayoutDevice() 1746 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "friendly name: \"%S\"", szDeviceName); in SetPlayoutDevice() 1799 WCHAR szDeviceName[MAX_PATH]; in SetPlayoutDevice() local 1800 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() 1803 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0) in SetPlayoutDevice() 1805 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "friendly name: \"%S\"", szDeviceName); in SetPlayoutDevice() 1850 WCHAR szDeviceName[MAX_PATH]; in PlayoutDeviceName() local 1851 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in PlayoutDeviceName() [all …]
|
/external/opencv3/modules/videoio/src/ |
D | cap_vfw.cpp | 381 char szDeviceName[80]; in open() local 392 if( capGetDriverDescription( wIndex, szDeviceName, in open() 393 sizeof (szDeviceName), szDeviceVersion, in open()
|