HomeSort by relevance Sort by last modified time
    Searched refs:AudioFrameOperations (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations_unittest.cc 55 EXPECT_EQ(-1, AudioFrameOperations::MonoToStereo(&frame_));
59 EXPECT_EQ(-1, AudioFrameOperations::MonoToStereo(&frame_));
67 EXPECT_EQ(0, AudioFrameOperations::MonoToStereo(&frame_));
76 AudioFrameOperations::MonoToStereo(temp_frame.data_,
85 EXPECT_EQ(-1, AudioFrameOperations::StereoToMono(&frame_));
92 EXPECT_EQ(0, AudioFrameOperations::StereoToMono(&frame_));
101 AudioFrameOperations::StereoToMono(temp_frame.data_,
110 EXPECT_EQ(0, AudioFrameOperations::StereoToMono(&frame_));
127 AudioFrameOperations::SwapStereoChannels(&frame_);
138 AudioFrameOperations::SwapStereoChannels(&frame_)
    [all...]
audio_frame_operations.cc 16 void AudioFrameOperations::MonoToStereo(const int16_t* src_audio,
25 int AudioFrameOperations::MonoToStereo(AudioFrame* frame) {
43 void AudioFrameOperations::StereoToMono(const int16_t* src_audio,
51 int AudioFrameOperations::StereoToMono(AudioFrame* frame) {
62 void AudioFrameOperations::SwapStereoChannels(AudioFrame* frame) {
72 void AudioFrameOperations::Mute(AudioFrame& frame) {
77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) {
91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) {
  /external/webrtc/webrtc/modules/utility/include/
audio_frame_operations.h 23 class AudioFrameOperations {
  /external/webrtc/webrtc/voice_engine/
utility.cc 47 AudioFrameOperations::StereoToMono(src_data, samples_per_channel,
78 AudioFrameOperations::MonoToStereo(dst_frame);
output_mixer.cc 510 AudioFrameOperations::MonoToStereo(&_audioFrame);
518 AudioFrameOperations::Scale(_panLeft, _panRight, _audioFrame);
transmit_mixer.cc 358 AudioFrameOperations::SwapStereoChannels(&_audioFrame);
368 AudioFrameOperations::Mute(_audioFrame);
379 AudioFrameOperations::Mute(_audioFrame);
    [all...]
channel.cc 592 AudioFrameOperations::ScaleWithSat(output_gain, *audioFrame);
604 AudioFrameOperations::MonoToStereo(audioFrame);
611 AudioFrameOperations::Scale(left_pan, right_pan, *audioFrame);
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 46 AudioFrameOperations::MonoToStereo(frame);
    [all...]

Completed in 70 milliseconds