Home
last modified time | relevance | path

Searched refs:first_channel (Results 1 – 25 of 101) sorted by relevance

12345

/dports/audio/umodplayer/umodplayer_B5.1/
H A Dnotes.c25 LOCAL int first_channel; variable
66 for (i = first_channel; i <= last_channel; ++i) { in DrawHead()
71 for (i = (first_channel - 1); i <= last_channel; ++i) { in DrawHead()
115 pat += channels * row + first_channel - 1; /* go to current row */ in DrawSong()
122 for (i = first_channel; i <= last_channel; ++i) { in DrawSong()
142 first_channel = 1; in NoteDisplay_Start()
145 first_channel = 1; in NoteDisplay_Start()
147 first_channel = x; in NoteDisplay_Start()
159 if (first_channel > last_channel) in NoteDisplay_Start()
160 first_channel = last_channel; in NoteDisplay_Start()
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_info.c70 int first_channel; member
90 int smp, pos, fg, c = first_channel; in info_draw_technical()
640 assert(first_channel == 1); in info_draw_track_64()
691 if (pos < first_channel) in info_draw_note_dots()
693 pos -= first_channel; in info_draw_note_dots()
829 if (selected_channel < w->first_channel) in _fix_channels()
830 w->first_channel = selected_channel; in _fix_channels()
833 w->first_channel = CLAMP(w->first_channel, 1, 65 - channels); in _fix_channels()
847 windows[n].first_channel); in info_handle_click()
944 windows[i].first_channel = 1; in cfg_load_info_old()
[all …]
H A Dpage_patedit.c200 int first_channel; member
208 int first_channel; member
1143 n = selection.first_channel; in normalise_block_selection()
1150 if (selection.first_channel < 1) selection.first_channel = 1; in normalise_block_selection()
1170 selection.first_channel = shift_selection.first_channel; in shift_selection_update()
1186 selection.first_channel = 0; in selection_clear()
1289 selection.first_channel - 1, in selection_erase()
1855 if (first_channel < 1) in pattern_insert_rows()
1856 first_channel = 1; in pattern_insert_rows()
1888 if (first_channel < 1) in pattern_delete_rows()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/blocks/
H A DRpcDispatcherAnycastMultipleCallsTest.java20 JChannel first_channel=null; in init() local
22 … JChannel c=first_channel == null? createChannel(true,NUM) : createChannel(first_channel); in init()
23 if(first_channel == null){ in init()
24 first_channel=c; in init()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc61 float* const first_channel = &float_frame[0]; in FuzzAudioProcessing() local
109 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
110 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
116 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
117 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc61 float* const first_channel = &float_frame[0]; in FuzzAudioProcessing() local
109 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
110 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
116 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
117 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc61 float* const first_channel = &float_frame[0]; in FuzzAudioProcessing() local
109 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
110 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
116 &first_channel, StreamConfig(input_rate_hz, 1), in FuzzAudioProcessing()
117 StreamConfig(output_rate_hz, 1), &first_channel)) in FuzzAudioProcessing()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Ddot11d.c123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country()
129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country()
138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country()
139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country()
141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Ddot11d.c123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country()
129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country()
138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country()
139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country()
141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Ddot11d.c123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country()
129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country()
138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country()
139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country()
141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c63 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie()
70 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie()
79 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie()
80 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie()
81 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c63 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie()
70 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie()
79 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie()
80 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie()
81 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c63 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie()
70 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie()
79 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie()
80 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie()
81 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/agc2/
H A Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/agc2/
H A Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc2/
H A Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/agc2/
H A Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/agc2/
H A Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/dports/devel/py-moto/moto-2.2.16/tests/test_mediapackage/
H A Dtest_mediapackage.py132 first_channel = channels_list[0]
133 first_channel["Arn"].should.equal(
134 "arn:aws:mediapackage:channel:{}".format(first_channel["Id"])
136 first_channel["Description"].should.equal(channel_config["Description"])
137 first_channel["Tags"]["Customer"].should.equal("moto")
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_midicon.c29 static int first_channel = 0; variable
31 #define MIDI_MAP_CH(x) ((x)+first_channel)
32 #define CH_MAP_MIDI(x) ((x)-first_channel)
331 first_channel = first_ch; in midicon_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c34 unsigned int first_channel; member
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
137 count = sprintf(page, "%u %u\n", policy_node->first_channel, in stp_policy_node_channels_show()
168 policy_node->first_channel = first; in stp_policy_node_channels_store()
261 policy_node->first_channel = 0; in stp_policy_node_make()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c34 unsigned int first_channel; member
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
137 count = sprintf(page, "%u %u\n", policy_node->first_channel, in stp_policy_node_channels_show()
168 policy_node->first_channel = first; in stp_policy_node_channels_store()
261 policy_node->first_channel = 0; in stp_policy_node_make()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c34 unsigned int first_channel; member
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
137 count = sprintf(page, "%u %u\n", policy_node->first_channel, in stp_policy_node_channels_show()
168 policy_node->first_channel = first; in stp_policy_node_channels_store()
261 policy_node->first_channel = 0; in stp_policy_node_make()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/
H A Dags_audio_test.c971 AgsChannel *output, *first_channel; in ags_audio_test_link_channel() local
1086 first_channel = in ags_audio_test_link_channel()
1149 first_channel = test_link_channel.slave_0->output; in ags_audio_test_link_channel()
1156 CU_ASSERT(output->first_recycling == first_channel->first_recycling); in ags_audio_test_link_channel()
1160 first_channel = first_channel->next; in ags_audio_test_link_channel()
1216 first_channel = test_link_channel.slave_0->output; in ags_audio_test_link_channel()
1223 CU_ASSERT(output->first_recycling == first_channel->first_recycling); in ags_audio_test_link_channel()
1227 first_channel = first_channel->next; in ags_audio_test_link_channel()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/rla.imageio/
H A Drlainput.cpp90 bool decode_channel_group(int first_channel, short num_channels,
501 RLAInput::decode_channel_group(int first_channel, short num_channels, in decode_channel_group() argument
513 offset = first_channel * chsize; in decode_channel_group()
517 chantype = m_spec.channelformats[first_channel]; in decode_channel_group()
521 for (int i = 0; i < first_channel; ++i) in decode_channel_group()

12345