Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2137 WAVEFORMATEX* pWfxIn = NULL; in InitRecording() local
2149 hr = _ptrClientIn->GetMixFormat(&pWfxIn); in InitRecording()
2154 << rtc::ToHex(pWfxIn->wFormatTag) << " (" in InitRecording()
2155 << pWfxIn->wFormatTag << ")"; in InitRecording()
2157 RTC_LOG(LS_VERBOSE) << "nChannels : " << pWfxIn->nChannels; in InitRecording()
2159 RTC_LOG(LS_VERBOSE) << "nSamplesPerSec : " << pWfxIn->nSamplesPerSec; in InitRecording()
2161 RTC_LOG(LS_VERBOSE) << "nAvgBytesPerSec: " << pWfxIn->nAvgBytesPerSec; in InitRecording()
2163 RTC_LOG(LS_VERBOSE) << "nBlockAlign : " << pWfxIn->nBlockAlign; in InitRecording()
2165 RTC_LOG(LS_VERBOSE) << "wBitsPerSample : " << pWfxIn->wBitsPerSample; in InitRecording()
2166 RTC_LOG(LS_VERBOSE) << "cbSize : " << pWfxIn->cbSize; in InitRecording()
[all …]