Lines Matching refs:AudioFrame
34 static void Add(const AudioFrame& frame_to_add, AudioFrame* result_frame);
39 RTC_DEPRECATED static int MonoToStereo(AudioFrame* frame);
44 RTC_DEPRECATED static int StereoToMono(AudioFrame* frame);
55 static int QuadToStereo(AudioFrame* frame);
70 static void DownmixChannels(size_t dst_channels, AudioFrame* frame);
77 AudioFrame* frame);
81 static void SwapStereoChannels(AudioFrame* frame);
88 static void Mute(AudioFrame* frame,
93 static void Mute(AudioFrame* frame);
96 static void ApplyHalfGain(AudioFrame* frame);
98 static int Scale(float left, float right, AudioFrame* frame);
100 static int ScaleWithSat(float scale, AudioFrame* frame);