HomeSort by relevance Sort by last modified time
    Searched full:volume_scale (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/audio/
audio_test_data.py 56 def convert(self, data_format, volume_scale):
70 @param volume_scale: A float for volume scale used in sox command.
92 volume_scale=volume_scale)
sox_utils.py 210 volume_scale):
221 @param volume_scale: A float for volume scale used in sox command.
228 sox_cmd += ['-v', '%f' % volume_scale]
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 151 volume_scale(1.0),
172 float volume_scale; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
664 channels_[channel]->volume_scale= scale;
669 scale = channels_[channel]->volume_scale;

Completed in 1739 milliseconds