Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 25 of 9477) sorted by relevance

12345678910>>...380

/dports/multimedia/assimp/assimp-5.1.3/test/models-nonbsd/LWS/
H A DQuickDraw v.2.2.lws17 Channel 0
24 Channel 1
31 Channel 2
38 Channel 3
45 Channel 4
52 Channel 5
59 Channel 6
66 Channel 7
73 Channel 8
92 Channel 0
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs6 pub use self::audio_mixer::Channel;
8 const CHANNEL_OERDER: [audio_mixer::Channel; audio_mixer::Channel::count()] = [
9 audio_mixer::Channel::FrontLeft,
285 [Channel::FrontCenter, Channel::LowFrequency] in test_get_channel_order()
289 [Channel::FrontLeft, Channel::FrontRight] in test_get_channel_order()
318 [Channel::FrontLeft, Channel::FrontRight, Channel::BackCenter] in test_get_channel_order()
473 Channel::Silence, in test_non_silent_duplicate_channels()
476 Channel::Silence, in test_non_silent_duplicate_channels()
483 Channel::Silence, in test_non_silent_duplicate_channels()
486 Channel::Silence, in test_non_silent_duplicate_channels()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs6 pub use self::audio_mixer::Channel;
8 const CHANNEL_OERDER: [audio_mixer::Channel; audio_mixer::Channel::count()] = [
9 audio_mixer::Channel::FrontLeft,
285 [Channel::FrontCenter, Channel::LowFrequency] in test_get_channel_order()
289 [Channel::FrontLeft, Channel::FrontRight] in test_get_channel_order()
318 [Channel::FrontLeft, Channel::FrontRight, Channel::BackCenter] in test_get_channel_order()
473 Channel::Silence, in test_non_silent_duplicate_channels()
476 Channel::Silence, in test_non_silent_duplicate_channels()
483 Channel::Silence, in test_non_silent_duplicate_channels()
486 Channel::Silence, in test_non_silent_duplicate_channels()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs6 pub use self::audio_mixer::Channel;
8 const CHANNEL_OERDER: [audio_mixer::Channel; audio_mixer::Channel::count()] = [
9 audio_mixer::Channel::FrontLeft,
285 [Channel::FrontCenter, Channel::LowFrequency] in test_get_channel_order()
289 [Channel::FrontLeft, Channel::FrontRight] in test_get_channel_order()
318 [Channel::FrontLeft, Channel::FrontRight, Channel::BackCenter] in test_get_channel_order()
473 Channel::Silence, in test_non_silent_duplicate_channels()
476 Channel::Silence, in test_non_silent_duplicate_channels()
483 Channel::Silence, in test_non_silent_duplicate_channels()
486 Channel::Silence, in test_non_silent_duplicate_channels()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs6 pub use self::audio_mixer::Channel;
8 const CHANNEL_OERDER: [audio_mixer::Channel; audio_mixer::Channel::count()] = [
9 audio_mixer::Channel::FrontLeft,
10 audio_mixer::Channel::FrontRight,
13 audio_mixer::Channel::BackLeft,
14 audio_mixer::Channel::BackRight,
18 audio_mixer::Channel::SideLeft,
27 audio_mixer::Channel::Silence,
271 [Channel::FrontCenter, Channel::LowFrequency] in test_get_channel_order()
275 [Channel::FrontLeft, Channel::FrontRight] in test_get_channel_order()
[all …]
/dports/audio/festival/speech_tools/testsuite/correct/
H A Dtrack_map_example.out2 Channel 0 is 'Length' = 161.3
3 Channel 1 is 'power' = 2133
4 Channel 2 is 'My Funky F0' = 3242
5 Channel 3 is 'lpc_0' = 0
6 Channel 4 is 'track4' = 0
8 Channel 6 is 'track6' = 0
25 Channel type 22 (Length) = 161.3
91 Channel type 88 (f0) = 3242
99 Channel 1 is 'lpc_0' = 0
100 Channel 2 is 'track2' = 0
[all …]
H A Dlpc_script.out8 Channel: 0: lpc_0
9 Channel: 1: lpc_1
10 Channel: 2: lpc_2
11 Channel: 3: lpc_3
12 Channel: 4: lpc_4
13 Channel: 5: lpc_5
14 Channel: 6: lpc_6
15 Channel: 7: lpc_7
16 Channel: 8: lpc_8
17 Channel: 9: lpc_9
[all …]
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprbuild-compilation-protocol.adb99 Channel.Channel := null;
178 (Channel.Channel, Item (Item'First .. Last));
268 String'Read (Channel.Channel, Result);
429 Stream_Element_Offset'Read (Channel.Channel, Size);
538 (Channel.Channel,
600 (Channel.Channel,
633 (Channel.Channel,
670 (Channel.Channel,
792 (Channel.Channel,
919 (Channel.Channel, Command_Kind'Image (OK) &
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dchannel.h225 } Channel; argument
327 Channel * self);
335 Channel * ch);
344 Channel * ch);
378 Channel * self,
396 Channel *
464 Channel * ch);
518 Channel * self,
535 Channel * self,
561 Channel *
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dchannel_layer_test.go88 cachedStore.Channel().ClearCaches()
160 cachedStore.Channel().ClearCaches()
232 cachedStore.Channel().ClearCaches()
253 fakeChannel := model.Channel{Id: channelId}
276 cachedStore.Channel().Get(channelId, true)
289 cachedStore.Channel().Get(channelId, true)
291 cachedStore.Channel().Get(channelId, true)
301 cachedStore.Channel().Get(channelId, true)
303 cachedStore.Channel().ClearCaches()
304 cachedStore.Channel().Get(channelId, true)
[all …]
/dports/audio/mumble/mumble-1.3.3/src/
H A DChannel.cpp18 QHash<int, Channel *> Channel::c_qhChannels;
38 Channel::~Channel() { in ~Channel()
57 Channel *Channel::get(int id) { in get()
68 Channel *c = new Channel(id, name, NULL); in add()
73 void Channel::remove(Channel *c) { in remove()
79 bool Channel::lessThan(const Channel *first, const Channel *second) { in lessThan()
90 void Channel::link(Channel *l) { in link()
99 void Channel::unlink(Channel *l) { in unlink()
111 QSet<Channel *> Channel::allLinks() { in allLinks()
132 QSet<Channel *> Channel::allChildren() { in allChildren()
[all …]
/dports/audio/murmur/mumble-1.3.3/src/
H A DChannel.cpp18 QHash<int, Channel *> Channel::c_qhChannels;
38 Channel::~Channel() { in ~Channel()
57 Channel *Channel::get(int id) { in get()
68 Channel *c = new Channel(id, name, NULL); in add()
73 void Channel::remove(Channel *c) { in remove()
79 bool Channel::lessThan(const Channel *first, const Channel *second) { in lessThan()
90 void Channel::link(Channel *l) { in link()
99 void Channel::unlink(Channel *l) { in unlink()
111 QSet<Channel *> Channel::allLinks() { in allLinks()
132 QSet<Channel *> Channel::allChildren() { in allChildren()
[all …]
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/model/
H A Dchannel.cpp17 Channel::~Channel(){ in ~Channel()
21 void Channel::updateWith(const Channel &other) in updateWith()
32 quint32 Channel::getId() const in getId()
52 Channel::Channel(){ in Channel() function in Channel
61 Channel::Channel(const quint64 newId) : Channel() { in Channel() function in Channel
65 Channel::Channel(const Channel &channel){ in Channel() function in Channel
114 Channel::Channel(const QSettings &settings) in Channel() function in Channel
145 void Channel::updateTime(){ in updateTime()
169 bool Channel::hasAlert(){ in hasAlert()
181 bool Channel::isOnline(){ in isOnline()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_sliders.cpp241 static_assert(Channel::Red == (Channel)0, ""); in ColorSliders()
242 static_assert(Channel::Alpha == (Channel)10, ""); in ColorSliders()
423 setRelSliderValue(Channel::HslHue, getRelSliderValue(Channel::HsvHue)); in syncRelHsvHslSliders()
429 setRelSliderValue(Channel::HsvHue, getRelSliderValue(Channel::HslHue)); in syncRelHsvHslSliders()
518 case Channel::Red: in getColorFromSliders()
519 case Channel::Green: in getColorFromSliders()
520 case Channel::Blue: in getColorFromSliders()
526 case Channel::HsvHue: in getColorFromSliders()
534 case Channel::HslHue: in getColorFromSliders()
542 case Channel::Gray: in getColorFromSliders()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_mdma.h673 __STATIC_INLINE void LL_MDMA_EnableChannel(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_EnableChannel() argument
703 __STATIC_INLINE void LL_MDMA_DisableChannel(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_DisableChannel() argument
1454 __STATIC_INLINE void LL_MDMA_EnablePacking(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_EnablePacking() argument
3371 …rn ((READ_BIT(MDMAx->GISR0 ,(MDMA_GISR0_GIF0 << (Channel & 0x0000000FU)))==(MDMA_GISR0_GIF0 << (Ch… in LL_MDMA_IsActiveFlag_GI()
3697 __STATIC_INLINE void LL_MDMA_ClearFlag_TE(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_ClearFlag_TE() argument
3787 __STATIC_INLINE void LL_MDMA_ClearFlag_BT(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_ClearFlag_BT() argument
3817 __STATIC_INLINE void LL_MDMA_ClearFlag_TC(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_ClearFlag_TC() argument
3855 __STATIC_INLINE void LL_MDMA_EnableIT_TE(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_EnableIT_TE() argument
3945 __STATIC_INLINE void LL_MDMA_EnableIT_BT(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_EnableIT_BT() argument
3975 __STATIC_INLINE void LL_MDMA_EnableIT_TC(MDMA_TypeDef *MDMAx, uint32_t Channel) in LL_MDMA_EnableIT_TC() argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sound/drivers/
H A Dadlib.h104 struct Channel { struct
157 void primaryEffect1(Channel &channel); argument
158 void primaryEffect2(Channel &channel);
159 void secondaryEffect1(Channel &channel);
163 void initChannel(Channel &channel);
164 void noteOff(Channel &channel);
172 void noteOn(Channel &channel);
174 void adjustVolume(Channel &channel);
176 uint8 calculateOpLevel1(Channel &channel);
177 uint8 calculateOpLevel2(Channel &channel);
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ebur128-0.1.6/tests/
H A Dreference_tests.rs142 [ebur128::Channel::Left, ebur128::Channel::Right] in seq_3341_1()
193 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_2()
254 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_3()
265 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_4()
276 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_5()
322 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_7()
333 [ebur128::Channel::Left, ebur128::Channel::Right], in seq_3341_8()
345 [ebur128::Channel::Left, ebur128::Channel::Right] in seq_3341_9()
399 [ebur128::Channel::Left, ebur128::Channel::Right] in seq_3341_11()
434 [ebur128::Channel::Left, ebur128::Channel::Right] in seq_3341_12()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/extension/numeric/
H A Dchannel_numeric_operations.cpp24 template <typename Channel>
25 void operator()(Channel const&) in operator ()()
27 using channel_t = Channel; in operator ()()
40 template <typename Channel>
43 using channel_t = Channel; in operator ()()
67 template <typename Channel>
87 template <typename Channel>
110 template <typename Channel>
126 template <typename Channel>
153 template <typename Channel>
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl194 {ok, Channel} =
215 = reply(Cm, Channel),
244 Cm, Channel),
815 reply(Cm, Channel) ->
846 reply(Cm, Channel).
857 reply(Cm, Channel).
868 reply(Cm, Channel).
878 reply(Cm, Channel).
897 reply(Cm, Channel).
907 reply(Cm, Channel).
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl194 {ok, Channel} =
215 = reply(Cm, Channel),
244 Cm, Channel),
815 reply(Cm, Channel) ->
846 reply(Cm, Channel).
857 reply(Cm, Channel).
868 reply(Cm, Channel).
878 reply(Cm, Channel).
897 reply(Cm, Channel).
907 reply(Cm, Channel).
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl162 {ok, Channel} =
183 = reply(Cm, Channel),
214 Cm, Channel),
825 reply(Cm, Channel) ->
856 reply(Cm, Channel).
867 reply(Cm, Channel).
878 reply(Cm, Channel).
888 reply(Cm, Channel).
907 reply(Cm, Channel).
917 reply(Cm, Channel).
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl162 {ok, Channel} =
183 = reply(Cm, Channel),
214 Cm, Channel),
825 reply(Cm, Channel) ->
856 reply(Cm, Channel).
867 reply(Cm, Channel).
878 reply(Cm, Channel).
888 reply(Cm, Channel).
907 reply(Cm, Channel).
917 reply(Cm, Channel).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl194 {ok, Channel} =
215 = reply(Cm, Channel),
244 Cm, Channel),
815 reply(Cm, Channel) ->
846 reply(Cm, Channel).
857 reply(Cm, Channel).
868 reply(Cm, Channel).
878 reply(Cm, Channel).
897 reply(Cm, Channel).
907 reply(Cm, Channel).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl194 {ok, Channel} =
215 = reply(Cm, Channel),
244 Cm, Channel),
815 reply(Cm, Channel) ->
846 reply(Cm, Channel).
857 reply(Cm, Channel).
868 reply(Cm, Channel).
878 reply(Cm, Channel).
897 reply(Cm, Channel).
907 reply(Cm, Channel).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_sftpd_SUITE.erl194 {ok, Channel} =
215 = reply(Cm, Channel),
244 Cm, Channel),
815 reply(Cm, Channel) ->
846 reply(Cm, Channel).
857 reply(Cm, Channel).
868 reply(Cm, Channel).
878 reply(Cm, Channel).
897 reply(Cm, Channel).
907 reply(Cm, Channel).
[all …]

12345678910>>...380