Searched refs:audio_unit_ (Results 1 – 2 of 2) sorted by relevance
105 audio_unit_(nullptr),231 RTC_DCHECK(audio_unit_);235 if (!recording_ && audio_unit_->GetState() == VoiceProcessingAudioUnit::kInitialized) {236 if (!audio_unit_->Start()) {284 RTC_DCHECK(audio_unit_);288 if (!playing_ && audio_unit_->GetState() == VoiceProcessingAudioUnit::kInitialized) {289 if (!audio_unit_->Start()) {403 result = audio_unit_->Render(flags, time_stamp, bus_number, num_frames, &audio_buffer_list);504 if (audio_unit_ && audio_unit_->GetState() == VoiceProcessingAudioUnit::kStarted) {506 if (!audio_unit_->Stop()) {[all …]
236 std::unique_ptr<VoiceProcessingAudioUnit> audio_unit_; variable