Searched refs:Wfx (Results 1 – 1 of 1) sorted by relevance
2198 WAVEFORMATEX Wfx = WAVEFORMATEX(); in InitPlayout() local2232 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 …]