HomeSort by relevance Sort by last modified time
    Searched refs:kMaxSampleRate (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.h 60 static const int kMaxSampleRate = 48000;
merge.cc 47 assert(fs_hz_ <= kMaxSampleRate); // Should not be possible.
167 if (*old_length >= 210 * kMaxSampleRate / 8000) {
170 // in expanded_signal. Keep the first 210 * kMaxSampleRate / 8000 samples,
174 size_t length_diff = *old_length - 210 * kMaxSampleRate / 8000;
176 *old_length = 210 * kMaxSampleRate / 8000;
180 assert(210 * kMaxSampleRate / 8000 >= *old_length);
expand.h 103 static const size_t kMaxSampleRate = 48000;
expand.cc 50 assert(fs <= static_cast<int>(kMaxSampleRate)); // Should not be possible.
69 int16_t random_vector[kMaxSampleRate / 8000 * 120 + 30];
70 int16_t scaled_random_vector[kMaxSampleRate / 8000 * 125];
76 int16_t unvoiced_array_memory[kNoiseLpcOrder + kMaxSampleRate / 8000 * 125];
92 assert(rand_length <= kMaxSampleRate / 8000 * 120 + 30);
354 int16_t correlation_vector[kMaxSampleRate / 8000 * 102];
359 int32_t correlation_vector2[(99 * kMaxSampleRate / 8000) + 1];
362 int16_t unvoiced_array_memory[kNoiseLpcOrder + kMaxSampleRate / 8000 * 125];
645 assert(noise_length <= kMaxSampleRate / 8000 * 120 + 30);
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 38 uint32_t kMaxSampleRate = 48000;
684 if (sampleRate > kMaxSampleRate) {
    [all...]

Completed in 698 milliseconds