Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2198 WAVEFORMATEX Wfx = WAVEFORMATEX(); in InitPlayout() local
2232 Wfx.wFormatTag = WAVE_FORMAT_PCM; in InitPlayout()
2233 Wfx.wBitsPerSample = 16; in InitPlayout()
2234 Wfx.cbSize = 0; in InitPlayout()
2244 Wfx.nChannels = _playChannelsPrioList[chan]; in InitPlayout()
2245 Wfx.nSamplesPerSec = freqs[freq]; in InitPlayout()
2246 Wfx.nBlockAlign = Wfx.nChannels * Wfx.wBitsPerSample / 8; in InitPlayout()
2247 Wfx.nAvgBytesPerSec = Wfx.nSamplesPerSec * Wfx.nBlockAlign; in InitPlayout()
2253 &Wfx, in InitPlayout()
2262 Wfx.nChannels, Wfx.nSamplesPerSec); in InitPlayout()
[all …]