Searched refs:pWfxIn (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2534 WAVEFORMATEX* pWfxIn = NULL; in InitRecording() local 2549 hr = _ptrClientIn->GetMixFormat(&pWfxIn); in InitRecording() 2554 …aceInfo, kTraceAudioDevice, _id, "wFormatTag : 0x%X (%u)", pWfxIn->wFormatTag, pWfxIn->wFormat… in InitRecording() 2556 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nChannels : %d", pWfxIn->nChannels); in InitRecording() 2558 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nSamplesPerSec : %d", pWfxIn->nSamplesPerSec); in InitRecording() 2560 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nAvgBytesPerSec: %d", pWfxIn->nAvgBytesPerSec); in InitRecording() 2562 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "nBlockAlign : %d", pWfxIn->nBlockAlign); in InitRecording() 2564 … WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "wBitsPerSample : %d", pWfxIn->wBitsPerSample); in InitRecording() 2565 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", pWfxIn->cbSize); in InitRecording() 2694 CoTaskMemFree(pWfxIn); in InitRecording() [all …]
|