Searched refs:source_status (Results 1 – 1 of 1) sorted by relevance
30 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame()33 : source_status(source_status), audio_frame(audio_frame), muted(muted) { in SourceFrame()34 RTC_DCHECK(source_status); in SourceFrame()41 SourceFrame(AudioMixerImpl::SourceStatus* source_status, in SourceFrame()45 : source_status(source_status), in SourceFrame()49 RTC_DCHECK(source_status); in SourceFrame()53 AudioMixerImpl::SourceStatus* source_status = nullptr; member78 float target_gain = source_frame.source_status->is_mixed ? 1.0f : 0.0f; in RampAndUpdateGain()79 Ramp(source_frame.source_status->gain, target_gain, in RampAndUpdateGain()81 source_frame.source_status->gain = target_gain; in RampAndUpdateGain()[all …]