Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1823 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitPlayout() local
1874 &pWfxClosestMatch); in InitPlayout()
1878 if (pWfxClosestMatch) { in InitPlayout()
1883 << pWfxClosestMatch->nChannels << ", nSamplesPerSec=" in InitPlayout()
1884 << pWfxClosestMatch->nSamplesPerSec; in InitPlayout()
1885 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()
1886 pWfxClosestMatch = NULL; in InitPlayout()
2008 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()
2016 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()
2139 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitRecording() local
[all …]