Home
last modified time | relevance | path

Searched refs:current_channels (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/crossfade/
H A Dcrossfade.cc93 static int current_channels, current_rate; variable
128 if (channels == current_channels && rate == current_rate) in reformat()
131 int old_frames = buffer.len () / current_channels; in reformat()
136 map[c] = c * current_channels / channels; in reformat()
144 int s0 = f0 * current_channels; in reformat()
164 return current_channels * (int) (current_rate * overlap); in buffer_needed_for_state()
172 if (exact ? (copy > 0) : (copy >= current_channels * (current_rate / 2))) in output_data_as_ready()
181 current_channels = channels; in start()
311 return delay + aud::rescale<int64_t> (buffer.len () / current_channels, current_rate, 1000); in adjust_delay()
/dports/emulators/vice/vice-3.5/src/samplerdrv/
H A Dportaudio_drv.c53 static int current_channels = 0; variable
65 inputParameters.channelCount = current_channels; in portaudio_start_stream()
77 stream_buffer = lib_malloc(sound_samples_per_frame * 2 * current_channels); in portaudio_start_stream()
78 memset(stream_buffer, 0, sound_samples_per_frame * 2 * current_channels); in portaudio_start_stream()
114 current_channels = channels; in portaudio_start_sampling()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/samplerdrv/
H A Dportaudio_drv.c53 static int current_channels = 0; variable
65 inputParameters.channelCount = current_channels; in portaudio_start_stream()
77 stream_buffer = lib_malloc(sound_samples_per_frame * 2 * current_channels); in portaudio_start_stream()
78 memset(stream_buffer, 0, sound_samples_per_frame * 2 * current_channels); in portaudio_start_stream()
114 current_channels = channels; in portaudio_start_sampling()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/silence-removal/
H A Dsilence-removal.cc77 static int current_channels; variable
98 current_channels = channels; in start()
109 offset += current_channels; in align_to_frame()
111 return begin + (offset - offset % current_channels); in align_to_frame()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Drhn_register.py307 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
308 new_channels = [item['channel_label'] for item in current_channels]
313 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
314 current_channels = [item['label'] for item in current_channels]
318 if ch in current_channels:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Drhn_register.py313 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
314 new_channels = [item['channel_label'] for item in current_channels]
319 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
320 current_channels = [item['label'] for item in current_channels]
324 if ch in current_channels:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Drhn_register.py313 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
314 new_channels = [item['channel_label'] for item in current_channels]
319 current_channels = self.api('channel.software.listSystemChannels', self.systemid)
320 current_channels = [item['label'] for item in current_channels]
324 if ch in current_channels:
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/compressor/
H A Dcompressor.cc93 static int current_channels, current_rate; variable
141 current_channels = channels; in start()
231 return delay + aud::rescale<int64_t> (buffer.len () / current_channels, current_rate, 1000); in adjust_delay()
/dports/audio/kwave/kwave-21.12.3/plugins/playback/
H A DPlayBackDialog.cpp583 int current_channels = m_playback_params.channels; in setSupportedChannels() local
586 if (!min && !max && current_channels) in setSupportedChannels()
587 min = max = current_channels; in setSupportedChannels()
591 setChannels(current_channels); in setSupportedChannels()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-converter.c104 gint current_channels; member
205 chain->blocks = convert->current_channels; in audio_chain_new()
207 chain->inc = convert->current_channels; in audio_chain_new()
722 convert->current_channels = in->channels; in chain_unpack()
835 convert->current_channels = out->channels; in chain_mix()
889 gint channels = convert->current_channels; in chain_resample()
1008 if (convert->current_channels > 1) { in chain_change_layout()
1011 convert->chlayout_channels = convert->current_channels; in chain_change_layout()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/file/
H A Dags_gstreamer_file.c1858 gint current_channels; in ags_gstreamer_file_get_presets() local
1884 current_channels = gstreamer_file->audio_channels; in ags_gstreamer_file_get_presets()
1902 current_channels = info.channels; in ags_gstreamer_file_get_presets()
1915 current_channels = info.channels; in ags_gstreamer_file_get_presets()
1929 channels[0] = (current_channels >= 0) ? current_channels: 0; in ags_gstreamer_file_get_presets()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnrater.py104current_channels, total, progress_percent = self.network.lngossip.get_sync_progress_estimate()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dconsumer_avformat.c1335 int current_channels = mlt_properties_get_int( ctx->properties, key ); in encode_audio() local
1341 while ( dest_offset < current_channels && j < ctx->total_channels ) in encode_audio()
1362 map_channels = current_channels; in encode_audio()
1378 dest += current_channels * ctx->sample_bytes; in encode_audio()
1386 j += current_channels; in encode_audio()
1387 dest_offset += current_channels; in encode_audio()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dconsumer_avformat.c1335 int current_channels = mlt_properties_get_int( ctx->properties, key ); in encode_audio() local
1341 while ( dest_offset < current_channels && j < ctx->total_channels ) in encode_audio()
1362 map_channels = current_channels; in encode_audio()
1378 dest += current_channels * ctx->sample_bytes; in encode_audio()
1386 j += current_channels; in encode_audio()
1387 dest_offset += current_channels; in encode_audio()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dconsumer_avformat.c1334 int current_channels = mlt_properties_get_int( ctx->properties, key ); in encode_audio() local
1340 while ( dest_offset < current_channels && j < ctx->total_channels ) in encode_audio()
1361 map_channels = current_channels; in encode_audio()
1377 dest += current_channels * ctx->sample_bytes; in encode_audio()
1385 j += current_channels; in encode_audio()
1386 dest_offset += current_channels; in encode_audio()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dconsumer_avformat.c1334 int current_channels = mlt_properties_get_int( ctx->properties, key ); in encode_audio() local
1340 while ( dest_offset < current_channels && j < ctx->total_channels ) in encode_audio()
1361 map_channels = current_channels; in encode_audio()
1377 dest += current_channels * ctx->sample_bytes; in encode_audio()
1385 j += current_channels; in encode_audio()
1386 dest_offset += current_channels; in encode_audio()

12