Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2199 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitPlayout() local
2254 &pWfxClosestMatch); in InitPlayout()
2333 if (pWfxClosestMatch != NULL) in InitPlayout()
2336pWfxClosestMatch->nChannels, pWfxClosestMatch->nSamplesPerSec, pWfxClosestMatch->wBitsPerSample); in InitPlayout()
2387 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()
2395 CoTaskMemFree(pWfxClosestMatch); in InitPlayout()
2536 WAVEFORMATEX* pWfxClosestMatch = NULL; in InitRecording() local
2591 &pWfxClosestMatch); in InitRecording()
2641 if (pWfxClosestMatch != NULL) in InitRecording()
2644pWfxClosestMatch->nChannels, pWfxClosestMatch->nSamplesPerSec, pWfxClosestMatch->wBitsPerSample); in InitRecording()
[all …]