Home
last modified time | relevance | path

Searched refs:stream_properties_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc111 RTC_DCHECK(stream_properties_); in ProcessRenderAudio()
115 packed_render_audio.size() / (stream_properties_->num_output_channels * in ProcessRenderAudio()
116 stream_properties_->num_reverse_channels); in ProcessRenderAudio()
162 RTC_DCHECK(stream_properties_); in ProcessCaptureAudio()
164 RTC_DCHECK_EQ(audio->num_channels(), stream_properties_->num_output_channels); in ProcessCaptureAudio()
165 RTC_DCHECK_GE(cancellers_.size(), stream_properties_->num_reverse_channels * in ProcessCaptureAudio()
197 for (size_t render = 0; render < stream_properties_->num_reverse_channels; in ProcessCaptureAudio()
252 stream_properties_.reset(new StreamProperties( in Initialize()
256 RTC_DCHECK_LE(stream_properties_->sample_rate_hz, in Initialize()
260 NumCancellersRequired(stream_properties_->num_output_channels, in Initialize()
[all …]
Decho_control_mobile_impl.h80 std::unique_ptr<StreamProperties> stream_properties_; variable