Searched refs:ScaleWithSat (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/utility/source/ |
D | audio_frame_operations_unittest.cc | 192 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()
|
D | audio_frame_operations.cc | 91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) { in ScaleWithSat() function in webrtc::AudioFrameOperations
|
/external/webrtc/webrtc/modules/utility/include/ |
D | audio_frame_operations.h | 53 static int ScaleWithSat(float scale, AudioFrame& frame);
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 592 AudioFrameOperations::ScaleWithSat(output_gain, *audioFrame); in GetAudioFrame()
|