Searched refs:_playChannelsPrioList (Results 1 – 2 of 2) sorted by relevance
457 _playChannelsPrioList[0] = 2; // stereo is prio 1 in AudioDeviceWindowsCore()458 _playChannelsPrioList[1] = 1; // mono is prio 2 in AudioDeviceWindowsCore()1199 _playChannelsPrioList[0] = 2; // try stereo first in SetStereoPlayout()1200 _playChannelsPrioList[1] = 1; in SetStereoPlayout()1203 _playChannelsPrioList[0] = 1; // try mono first in SetStereoPlayout()1204 _playChannelsPrioList[1] = 2; in SetStereoPlayout()1863 for (unsigned int chan = 0; chan < sizeof(_playChannelsPrioList) / in InitPlayout()1864 sizeof(_playChannelsPrioList[0]); in InitPlayout()1866 Wfx.nChannels = _playChannelsPrioList[chan]; in InitPlayout()
289 uint16_t _playChannelsPrioList[2]; variable