OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volume_scale
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/audio/
audio_test_data.py
61
def convert(self, data_format,
volume_scale
):
75
@param
volume_scale
: A float for volume scale used in sox command.
119
volume_scale
=
volume_scale
,
sox_utils.py
240
volume_scale
, use_src_header=False, use_dst_header=False):
251
@param
volume_scale
: A float for volume scale used in sox command.
265
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 89 milliseconds