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

  /external/webrtc/webrtc/modules/utility/include/
audio_frame_operations.h 53 static int ScaleWithSat(float scale, AudioFrame& frame);
  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations_unittest.cc 192 EXPECT_EQ(-1, AudioFrameOperations::ScaleWithSat(-1.0, frame_));
198 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(10.0, frame_));
207 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(10.0, frame_));
215 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(2.0, frame_));
audio_frame_operations.cc 91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) {
  /external/webrtc/webrtc/voice_engine/
channel.cc 592 AudioFrameOperations::ScaleWithSat(output_gain, *audioFrame);
    [all...]

Completed in 66 milliseconds