Home
last modified time | relevance | path

Searched defs:channel_index (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Dsamplebuffer_iterators.h18 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
63 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
114 SAMPLE_BUFFER::channel_size_t channel_index; // index of current channel variable
/dports/devel/openocd/openocd-0.11.0/src/rtt/
H A Drtt.c213 int rtt_register_sink(unsigned int channel_index, rtt_sink_read read, in rtt_register_sink()
239 int rtt_unregister_sink(unsigned int channel_index, rtt_sink_read read, in rtt_unregister_sink()
295 int rtt_write_channel(unsigned int channel_index, const uint8_t *buffer, in rtt_write_channel()
327 int rtt_read_channel_info(unsigned int channel_index, in rtt_read_channel_info()
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/file_handling_impl/
H A Dbiosig_basic_header.cpp81 for (unsigned channel_index = 0; channel_index < raw_header->NS; channel_index++) in readChannelsInfo() local
93 for (unsigned channel_index = 0; channel_index < XDFdata->totalCh; channel_index++) in readChannelsInfo() local
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtestsurround.c30 get_channel_name(int channel_index, int channel_count) in get_channel_name()
88 is_lfe_channel(int channel_index, int channel_count) in is_lfe_channel()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestsurround.c30 get_channel_name(int channel_index, int channel_count) in get_channel_name()
88 is_lfe_channel(int channel_index, int channel_count) in is_lfe_channel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/
H A Dalignment_mixer_unittest.cc77 int channel_index) { in TEST()
129 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
160 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dalignment_mixer_unittest.cc77 int channel_index) { in TEST()
129 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
160 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dalignment_mixer_unittest.cc77 int channel_index) { in TEST()
129 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
160 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dalignment_mixer_unittest.cc77 int channel_index) { in TEST()
129 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
160 const auto channel_value = [](int frame_index, int channel_index) { in TEST()
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-config/
H A Dipmi-config-category-core-lan-channel-section.c40 int channel_index) in ipmi_config_core_lan_channel_section_get()
H A Dipmi-config-category-core-serial-channel-section.c40 int channel_index) in ipmi_config_core_serial_channel_section_get()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_processor.cc209 for (uint32_t channel_index = 0; channel_index < audio_bus_2->Length(); in PortTopologyMatches() local
288 for (uint32_t channel_index = 0; channel_index < number_of_channels; in ClonePortTopology() local
324 for (uint32_t channel_index = 0; channel_index < number_of_channels; in CopyPortToArrayBuffers() local
343 for (uint32_t channel_index = 0; in CopyArrayBuffersToPort() local
366 for (uint32_t channel_index = 0; in ZeroArrayBuffers() local
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tides2/drivers/
H A Dpots_adc.cc123 uint8_t channel_index = mux_address_to_channel_index_[mux_address_]; in Convert() local
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/mastech-ms6514/
H A Dprotocol.c54 static uint64_t mastech_ms6514_flags(const uint8_t *buf, const uint8_t channel_index) in mastech_ms6514_flags()
119 static float mastech_ms6514_temperature(const uint8_t *buf, const uint8_t channel_index, int *digit… in mastech_ms6514_temperature()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_global_scope.cc222 for (uint32_t channel_index = 0; channel_index < number_of_channels; in Process() local
264 for (uint32_t channel_index = 0; in Process() local
335 for (uint32_t channel_index = 0; in Process() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Daudio_bus.cc77 void AudioBus::SetChannelMemory(unsigned channel_index, in SetChannelMemory()
517 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
523 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
529 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
561 for (unsigned channel_index = 0; channel_index < NumberOfChannels(); in CopyWithSampleAccurateGainValuesFrom() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Daudio_bus.cc77 void AudioBus::SetChannelMemory(unsigned channel_index, in SetChannelMemory()
517 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
523 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
529 for (unsigned channel_index = 0; channel_index < number_of_channels; in CopyWithGainFrom() local
561 for (unsigned channel_index = 0; channel_index < NumberOfChannels(); in CopyWithSampleAccurateGainValuesFrom() local
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Drtt.c28 const struct rtt_control *ctrl, unsigned int channel_index, in read_rtt_channel()
189 unsigned int channel_index, const uint8_t *buffer, size_t *length, in target_rtt_write_callback()
298 const struct rtt_control *ctrl, unsigned int channel_index, in target_rtt_read_channel_info()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dresample.c318 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
369 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
418 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
491 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
794 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
857 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
923 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
928 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
932 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dresample.c318 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
369 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
418 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
491 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
794 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
857 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
923 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
928 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
932 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/pph/
H A Dresample.c311 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
359 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
405 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
474 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
774 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
832 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
886 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
891 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
895 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dresample.c318 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
369 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
418 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
491 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
794 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
857 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
923 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
928 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
932 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dresample.c318 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
369 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
418 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
491 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
794 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
857 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
923 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
928 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
932 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/games/evq3/evq3/code/libspeex/
H A Dresample.c318 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single()
369 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double()
418 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single()
491 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double()
794 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, cons… in speex_resampler_process_native()
857 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
923 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
928 int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float … in speex_resampler_process_float()
932 int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int1… in speex_resampler_process_int()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_audio_bus.cc79 float* WebAudioBus::ChannelData(unsigned channel_index) { in ChannelData()

12345678910>>...12