/external/webrtc/webrtc/modules/audio_processing/ |
splitting_filter.cc | 20 size_t num_bands, 22 : num_bands_(num_bands) { 35 RTC_DCHECK_EQ(num_bands_, bands->num_bands()); 38 bands->num_frames_per_band() * bands->num_bands()); 39 if (bands->num_bands() == 2) { 41 } else if (bands->num_bands() == 3) { 48 RTC_DCHECK_EQ(num_bands_, bands->num_bands()); 51 bands->num_frames_per_band() * bands->num_bands()); 52 if (bands->num_bands() == 2) { 54 } else if (bands->num_bands() == 3) [all...] |
noise_suppression_impl.cc | 100 audio->num_bands(), 105 audio->num_bands(),
|
splitting_filter.h | 48 SplittingFilter(size_t num_channels, size_t num_bands, size_t num_frames);
|
audio_buffer.cc | 36 size_t num_bands = 1; local 39 num_bands = rtc::CheckedDivExact(num_frames, kSamplesPer16kHzChannel); 41 return num_bands; 365 size_t AudioBuffer::num_bands() const { function in class:webrtc::AudioBuffer
|
gain_control_impl.cc | 146 audio->num_bands(), 162 audio->num_bands(), 204 audio->num_bands(),
|
/external/webrtc/webrtc/common_audio/ |
channel_buffer.cc | 17 size_t num_bands) 19 ibuf_(num_frames, num_channels, num_bands), 21 fbuf_(num_frames, num_channels, num_bands) {}
|
channel_buffer.h | 44 size_t num_bands = 1) 46 channels_(new T*[num_channels * num_bands]), 47 bands_(new T*[num_channels * num_bands]), 49 num_frames_per_band_(num_frames / num_bands), 51 num_bands_(num_bands) { 119 size_t num_bands() const { return num_bands_; } function in class:webrtc::ChannelBuffer 145 IFChannelBuffer(size_t num_frames, size_t num_channels, size_t num_bands = 1); 155 size_t num_bands() const { return ibuf_.num_bands(); } function in class:webrtc::IFChannelBuffer
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
noise_suppression.c | 44 size_t num_bands, 46 WebRtcNs_ProcessCore((NoiseSuppressionC*)NS_inst, spframe, num_bands,
|
noise_suppression_x.c | 42 int num_bands, 45 num_bands, outFrame);
|
noise_suppression_x.h | 73 * - num_bands : Number of bands 81 int num_bands,
|
noise_suppression.h | 89 * - num_bands : Number of bands 97 size_t num_bands,
|
ns_core.h | 176 * - num_bands : Number of bands 184 size_t num_bands,
|
nsx_core.h | 159 * - num_bands : Number of bands 167 int num_bands,
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
gain_control.h | 98 * - num_bands : Number of bands in input vector 107 size_t num_bands, 120 * - num_bands : Number of bands in input vector 135 size_t num_bands, 154 * - num_bands : Number of bands in input/output vector 176 size_t num_bands,
|
digital_agc.h | 59 size_t num_bands,
|
/hardware/libhardware/modules/radio/ |
radio_hal_tool.c | 47 hal_properties.num_bands); 50 for (i = 0; i < hal_properties.num_bands; i++) { 79 if ((uint32_t) band_number >= hal_properties.num_bands) { 80 printf("Tuner number range should be: [0, %d]\n", hal_properties.num_bands);
|
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 102 static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands); 430 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) 452 /* Calculate temp^num_bands: */ 453 for (j=0; j<num_bands; j++) 497 int num_bands; local 512 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7)); 514 return(num_bands); 529 UCHAR num_bands) /*!< Desired number of bands */ 535 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands); 540 for(i=num_bands-1; i>=0; i--) [all...] |
/external/webp/src/dec/ |
common.h | 49 NUM_BANDS = 8,
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
echo_cancellation.c | 108 size_t num_bands, 115 size_t num_bands, 340 size_t num_bands, 373 num_bands, 381 num_bands, 574 size_t num_bands, 625 for (i = 0; i < num_bands; ++i) { 711 num_bands, 722 size_t num_bands, 750 for (i = 0; i < num_bands; ++i) [all...] |
aec_core.c | 485 if (aec->num_bands > 1) { [all...] |
aec_core.h | 70 size_t num_bands,
|
/hardware/qcom/audio/post_proc/ |
effect_api.c | 279 void offload_eq_set_bands_level(struct eq_params *eq, int num_bands, 285 eq->config.num_bands = num_bands; 286 for (i=0; i<num_bands; i++) { 334 eq->config.num_bands * EQ_CONFIG_PER_BAND_PARAM_LEN; 337 *p_param_values++ = eq->config.num_bands; 338 for (i=0; i<eq->config.num_bands; i++) {
|
effect_api.h | 74 void offload_eq_set_bands_level(struct eq_params *eq, int num_bands,
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EqualizerTest.java | 49 private static int NUM_BANDS = 5; 50 private static int NUM_PARAMS = NUM_BANDS + 1; 225 for (int i = 0 ; i < NUM_BANDS; i++) {
|
/system/core/include/system/ |
radio.h | 143 unsigned int num_bands; /* number of band descriptors */ member in struct:radio_hal_properties 159 unsigned int num_bands; member in struct:radio_properties
|