Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs20 TopBackLeft = 15, enumerator
57 const TOP_BACK_LEFT = Channel::TopBackLeft.bitmask();
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs20 TopBackLeft = 15, enumerator
57 const TOP_BACK_LEFT = Channel::TopBackLeft.bitmask();
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs20 TopBackLeft = 15, enumerator
57 const TOP_BACK_LEFT = Channel::TopBackLeft.bitmask();
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/audio-mixer/src/
H A Dchannel.rs20 TopBackLeft = 15, enumerator
57 const TOP_BACK_LEFT = Channel::TopBackLeft.bitmask();
/dports/audio/openal-soft/openal-soft-1.21.1/core/
H A Ddevformat.h24 TopBackLeft, enumerator
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dbase.cpp172 case SPEAKER_TOP_BACK_LEFT: return al::make_optional(TopBackLeft);
H A Dpulseaudio.cpp276 case PA_CHANNEL_POSITION_TOP_REAR_LEFT: return al::make_optional(TopBackLeft); in ChannelFromPulse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs24 audio_mixer::Channel::TopBackLeft,
H A Dmod.rs160 sys::kAudioChannelLabel_TopBackLeft => mixer::Channel::TopBackLeft, in into()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs24 audio_mixer::Channel::TopBackLeft,
H A Dmod.rs160 sys::kAudioChannelLabel_TopBackLeft => mixer::Channel::TopBackLeft, in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs24 audio_mixer::Channel::TopBackLeft,
H A Dmod.rs160 sys::kAudioChannelLabel_TopBackLeft => mixer::Channel::TopBackLeft, in into()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs24 audio_mixer::Channel::TopBackLeft,
H A Dmod.rs160 sys::kAudioChannelLabel_TopBackLeft => mixer::Channel::TopBackLeft, in into()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dpanning.cpp87 case TopBackLeft: return "top-back-left"; in GetLabelFromChannel()