Home | History | Annotate | Download | only in interface

Lines Matching refs:frame

31   // |frame.num_channels_| will be updated. This version checks for sufficient
33 static int MonoToStereo(AudioFrame* frame);
40 // |frame.num_channels_| will be updated. This version checks that
42 static int StereoToMono(AudioFrame* frame);
44 // Swap the left and right channels of |frame|. Fails silently if |frame| is
46 static void SwapStereoChannels(AudioFrame* frame);
48 // Zeros out the audio and sets |frame.energy| to zero.
49 static void Mute(AudioFrame& frame);
51 static int Scale(float left, float right, AudioFrame& frame);
53 static int ScaleWithSat(float scale, AudioFrame& frame);