|
| void | webrtc::MixAndCompare (const std::vector< AudioFrame > &frames, const std::vector< AudioMixer::Source::AudioFrameInfo > &frame_info, const std::vector< bool > &expected_status) |
| |
| void | webrtc::MixMonoAtGivenNativeRate (int native_sample_rate, AudioFrame *mix_frame, rtc::scoped_refptr< AudioMixer > mixer, MockMixerAudioSource *audio_source) |
| |
| | webrtc::TEST (AudioMixer, LargestEnergyVadActiveMixed) |
| |
| | webrtc::TEST (AudioMixer, FrameNotModifiedForSingleParticipant) |
| |
| | webrtc::TEST (AudioMixer, SourceAtNativeRateShouldNeverResample) |
| |
| | webrtc::TEST (AudioMixer, MixerShouldMixAtNativeSourceRate) |
| |
| | webrtc::TEST (AudioMixer, MixerShouldAlwaysMixAtNativeRate) |
| |
| | webrtc::TEST (AudioMixer, ShouldNotCauseQualityLossForMultipleSources) |
| |
| | webrtc::TEST (AudioMixer, ParticipantNumberOfChannels) |
| |
| | webrtc::TEST (AudioMixer, RampedOutSourcesShouldNotBeMarkedMixed) |
| |
| | webrtc::TEST (AudioMixer, ConstructFromOtherThread) |
| |
| | webrtc::TEST (AudioMixer, MutedShouldMixAfterUnmuted) |
| |
| | webrtc::TEST (AudioMixer, PassiveShouldMixAfterNormal) |
| |
| | webrtc::TEST (AudioMixer, ActiveShouldMixBeforeLoud) |
| |
| | webrtc::TEST (AudioMixer, UnmutedShouldMixBeforeLoud) |
| |
| | webrtc::TEST (AudioMixer, MixingRateShouldBeDecidedByRateCalculator) |
| |
| | webrtc::TEST (AudioMixer, ZeroSourceRateShouldBeDecidedByRateCalculator) |
| |
| | webrtc::TEST (AudioMixer, NoLimiterBasicApiCalls) |
| |
| | webrtc::TEST (AudioMixer, AnyRateIsPossibleWithNoLimiter) |
| |