Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2197 WAVEFORMATEX* pWfxOut = NULL; in InitPlayout() local
2212 hr = _ptrClientOut->GetMixFormat(&pWfxOut); in InitPlayout()
2217 …ceInfo, kTraceAudioDevice, _id, "wFormatTag : 0x%X (%u)", pWfxOut->wFormatTag, pWfxOut->wForma… in InitPlayout()
2219 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nChannels : %d", pWfxOut->nChannels); in InitPlayout()
2221 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nSamplesPerSec : %d", pWfxOut->nSamplesPerSec); in InitPlayout()
2223 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nAvgBytesPerSec: %d", pWfxOut->nAvgBytesPerSec); in InitPlayout()
2225 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nBlockAlign : %d", pWfxOut->nBlockAlign); in InitPlayout()
2227 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "wBitsPerSample : %d", pWfxOut->wBitsPerSample); in InitPlayout()
2228 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", pWfxOut->cbSize); in InitPlayout()
2386 CoTaskMemFree(pWfxOut); in InitPlayout()
[all …]