HomeSort by relevance Sort by last modified time
    Searched refs:sample_rate (Results 26 - 50 of 311) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/voice_engine/
voe_base_impl.h 78 int sample_rate,
88 int sample_rate,
94 int sample_rate,
98 int sample_rate,
128 const void* audio_data, uint32_t sample_rate, size_t number_of_channels,
132 void GetPlayoutData(int sample_rate, size_t number_of_channels,
  /device/google/dragon/audio/hal/dsp/
drc.h 111 float sample_rate; member in struct:drc
154 struct drc *drc_new(float sample_rate);
drc_kernel.h 21 float sample_rate; member in struct:drc_kernel
82 void dk_init(struct drc_kernel *dk, float sample_rate);
  /external/webrtc/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.cc 20 SinusoidalLinearChirpSource::SinusoidalLinearChirpSource(int sample_rate,
24 : sample_rate_(sample_rate),
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 104 int sample_rate(void) const;
105 void set_sample_rate(int sample_rate);
  /device/google/dragon/audio/hal/
cras_dsp.h 32 * sample_rate - The sampling rate of the pipeline.
37 struct cras_dsp_context *cras_dsp_context_new(int sample_rate,
cras_dsp_module.h 24 * sample_rate - The sampling rate for the audio data, like 44100.
28 int (*instantiate)(struct dsp_module *mod, unsigned long sample_rate);
cras_dsp_mod_builtin.c 17 unsigned long sample_rate)
56 unsigned long sample_rate)
102 unsigned long sample_rate)
150 int sample_rate; member in struct:eq_data
157 static int eq_instantiate(struct dsp_module *module, unsigned long sample_rate)
163 data->sample_rate = (int) sample_rate;
178 float nyquist = data->sample_rate / 2;
222 int sample_rate; member in struct:eq2_data
229 static int eq2_instantiate(struct dsp_module *module, unsigned long sample_rate)
304 int sample_rate; member in struct:drc_data
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging.h 28 sample_rate, wav_file) \
30 WebRtcAec_ReopenWav(name, instance_index, process_rate, sample_rate, \
78 sample_rate) \
  /system/bt/audio_a2dp_hw/test/
audio_a2dp_hw_test.cc 112 uint32_t sample_rate = codec_sample_rate2value(codec_sample_rate); local
113 EXPECT_TRUE(sample_rate != 0);
125 (time_period_ms * AUDIO_STREAM_OUTPUT_BUFFER_PERIODS * sample_rate *
  /system/bt/stack/a2dp/
a2dp_aac.cc 656 result->sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
658 result->sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
660 result->sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_88200;
662 result->sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_96000;
678 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
681 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
684 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_88200;
687 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_96000;
724 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_96000;
729 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_88200
    [all...]
a2dp_vendor_aptx.cc 413 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
416 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
453 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
458 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
473 switch (p_codec_audio_config->sample_rate) {
477 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
484 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
625 codec_config_.sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_NONE;
626 switch (codec_user_config_.sample_rate) {
630 codec_capability_.sample_rate = codec_user_config_.sample_rate
    [all...]
a2dp_vendor_aptx_hd.cc 430 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
433 codec_local_capability_.sample_rate |= BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
470 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
475 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
490 switch (p_codec_audio_config->sample_rate) {
494 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_44100;
501 p_codec_config->sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
642 codec_config_.sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_NONE;
643 switch (codec_user_config_.sample_rate) {
647 codec_capability_.sample_rate = codec_user_config_.sample_rate
    [all...]
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 151 sample_rate=_DEFAULT_SAMPLE_RATE,
157 @sample_rate: Sample rate to record at.
162 self.sample_rate = sample_rate
170 (num_channels, duration_secs, sample_rate, sample_width,
192 sample_rate=self.sample_rate,
227 sample_rate=self.sample_rate,
275 sample_rate=_DEFAULT_SAMPLE_RATE
    [all...]
  /bionic/libc/kernel/uapi/sound/
usb_stream.h 29 unsigned sample_rate; member in struct:usb_stream_config
  /external/autotest/server/brillo/
audio_utils.py 67 def check_wav_file(filename, num_channels=None, sample_rate=None,
73 @param sample_rate: Sample rate to expect (None to not check).
87 if sample_rate is not None and chk_file.getframerate() != sample_rate:
89 sample_rate, chk_file.getframerate())
106 def generate_sine_file(host, num_channels, sample_rate, sample_width,
113 @param sample_rate: Sample rate to use for sine wave generation.
130 sample_width * _BITS_PER_BYTE, sample_rate,
175 sample_rate):
193 @param sample_rate: Sample rate of the files
    [all...]
  /external/kernel-headers/original/uapi/sound/
usb_stream.h 35 unsigned sample_rate; member in struct:usb_stream_config
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_common.h 20 SLDataFormat_PCM CreatePcmConfiguration(int sample_rate);
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.h 35 // |sample_rate| is the sample rate of the audio data. This is needed because
40 int sample_rate);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
covariance_matrix_generator.cc 68 int sample_rate,
78 sample_rate,
92 int sample_rate,
101 (static_cast<float>(frequency_bin) / fft_size) * sample_rate;
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_sbc.h 41 uint32_t sample_rate; member in struct:msm_audio_sbc_enc_config
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_sbc.h 29 uint32_t sample_rate; member in struct:msm_audio_sbc_enc_config
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_sbc.h 41 uint32_t sample_rate; member in struct:msm_audio_sbc_enc_config
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_sbc.h 29 uint32_t sample_rate; member in struct:msm_audio_sbc_enc_config
  /system/bt/btif/src/
btif_a2dp_control.cc 168 tA2DP_SAMPLE_RATE sample_rate = btif_a2dp_sink_get_sample_rate(); local
172 UIPC_Send(UIPC_CH_ID_AV_CTRL, 0, reinterpret_cast<uint8_t*>(&sample_rate),
182 codec_config.sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_NONE;
185 codec_capability.sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_NONE;
198 reinterpret_cast<const uint8_t*>(&codec_config.sample_rate),
208 reinterpret_cast<const uint8_t*>(&codec_capability.sample_rate),
221 codec_config.sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_NONE;
228 reinterpret_cast<uint8_t*>(&codec_config.sample_rate),
253 "sample_rate=0x%x bits_per_sample=0x%x "
255 __func__, codec_config.sample_rate, codec_config.bits_per_sample
    [all...]

Completed in 2942 milliseconds

12 3 4 5 6 7 8 91011>>