Home
last modified time | relevance | path

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

/dports/audio/openal-soft/openal-soft-1.21.1/alc/effects/
H A Ddedicated.cpp64 GetChannelIdxByName(*target.RealOut, LFE)}; in update()
76 GetChannelIdxByName(*target.RealOut, FrontCenter)}; in update()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalcmain.h364 inline uint GetChannelIdxByName(const RealMixParams &real, Channel chan) noexcept in GetChannelIdxByName() function
H A Dalu.cpp941 uint idx{GetChannelIdxByName(Device->RealOut, chans[c].channel)}; in CalcPanningAndFilters()
953 idx = GetChannelIdxByName(Device->RealOut, target.channel); in CalcPanningAndFilters()
1099 const uint idx{GetChannelIdxByName(Device->RealOut, chans[c].channel)}; in CalcPanningAndFilters()
1137 const uint idx{GetChannelIdxByName(Device->RealOut, chans[c].channel)}; in CalcPanningAndFilters()
H A Dpanning.cpp206 const uint chidx{GetChannelIdxByName(device->RealOut, ch)}; in MakeSpeakerMap()
517 const uint idx{GetChannelIdxByName(device->RealOut, decoder.mChannels[i])}; in InitPanning()