Home
last modified time | relevance | path

Searched refs:kMaxSplitFrameLength (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/
Dgain_control_impl.cc119 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, audio.num_frames_per_band()); in PackRenderAudioBuffer()
120 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> in PackRenderAudioBuffer()
146 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, audio.num_frames_per_band()); in AnalyzeCaptureAudio()
151 [AudioBuffer::kMaxSplitFrameLength]; in AnalyzeCaptureAudio()
198 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio()
206 [AudioBuffer::kMaxSplitFrameLength]; in ProcessCaptureAudio()
Decho_control_mobile_impl.cc133 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in PackRenderAudioBuffer()
142 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> data_to_buffer; in PackRenderAudioBuffer()
180 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio()
183 std::array<int16_t, AudioBuffer::kMaxSplitFrameLength> split_bands_data; in ProcessCaptureAudio()
Daudio_buffer.h131 static const size_t kMaxSplitFrameLength = 160; variable