Searched refs:kMaxSplitFrameLength (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/audio_processing/ |
D | gain_control_impl.cc | 124 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, audio.num_frames_per_band()); in PackRenderAudioBuffer() 125 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> in PackRenderAudioBuffer() 151 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, audio.num_frames_per_band()); in AnalyzeCaptureAudio() 156 [AudioBuffer::kMaxSplitFrameLength]; in AnalyzeCaptureAudio() 203 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio() 211 [AudioBuffer::kMaxSplitFrameLength]; in ProcessCaptureAudio() 242 [AudioBuffer::kMaxSplitFrameLength]; in ProcessCaptureAudio()
|
D | echo_control_mobile_impl.cc | 132 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in PackRenderAudioBuffer() 141 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> data_to_buffer; in PackRenderAudioBuffer() 179 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio() 182 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> split_bands_data; in ProcessCaptureAudio()
|
D | voice_detection.cc | 67 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio() 69 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> mixed_low_pass_data; in ProcessCaptureAudio()
|
D | audio_buffer.h | 137 static const size_t kMaxSplitFrameLength = 160; variable
|