Home
last modified time | relevance | path

Searched refs:ScaleWithSat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc192 EXPECT_EQ(-1, AudioFrameOperations::ScaleWithSat(-1.0, frame_)); in TEST_F()
198 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(10.0, frame_)); in TEST_F()
207 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(10.0, frame_)); in TEST_F()
215 EXPECT_EQ(0, AudioFrameOperations::ScaleWithSat(2.0, frame_)); in TEST_F()
Daudio_frame_operations.cc91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) { in ScaleWithSat() function in webrtc::AudioFrameOperations
/external/webrtc/webrtc/modules/utility/include/
Daudio_frame_operations.h53 static int ScaleWithSat(float scale, AudioFrame& frame);
/external/webrtc/webrtc/voice_engine/
Dchannel.cc592 AudioFrameOperations::ScaleWithSat(output_gain, *audioFrame); in GetAudioFrame()