Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs22 TopBackRight = 17, enumerator
59 const TOP_BACK_RIGHT = Channel::TopBackRight.bitmask();
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs22 TopBackRight = 17, enumerator
59 const TOP_BACK_RIGHT = Channel::TopBackRight.bitmask();
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs22 TopBackRight = 17, enumerator
59 const TOP_BACK_RIGHT = Channel::TopBackRight.bitmask();
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs22 TopBackRight = 17, enumerator
59 const TOP_BACK_RIGHT = Channel::TopBackRight.bitmask();
/dports/audio/openal-soft/openal-soft-1.21.1/core/
H A Ddevformat.h26 TopBackRight, enumerator
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dbase.cpp174 case SPEAKER_TOP_BACK_RIGHT: return al::make_optional(TopBackRight);
H A Dpulseaudio.cpp277 case PA_CHANNEL_POSITION_TOP_REAR_RIGHT: return al::make_optional(TopBackRight); in ChannelFromPulse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs26 audio_mixer::Channel::TopBackRight,
H A Dmod.rs162 sys::kAudioChannelLabel_TopBackRight => mixer::Channel::TopBackRight, in into()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs26 audio_mixer::Channel::TopBackRight,
H A Dmod.rs162 sys::kAudioChannelLabel_TopBackRight => mixer::Channel::TopBackRight, in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs26 audio_mixer::Channel::TopBackRight,
H A Dmod.rs162 sys::kAudioChannelLabel_TopBackRight => mixer::Channel::TopBackRight, in into()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs26 audio_mixer::Channel::TopBackRight,
H A Dmod.rs162 sys::kAudioChannelLabel_TopBackRight => mixer::Channel::TopBackRight, in into()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dpanning.cpp89 case TopBackRight: return "top-back-right"; in GetLabelFromChannel()