OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_src
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/audio/
sox_utils.py
219
def convert_raw_file(path_src, channels_src, bits_src,
rate_src
,
226
@param
rate_src
: The sampling rate of the source file.
232
sox_cmd += _raw_format_args(channels_src, bits_src,
rate_src
)
238
def convert_format(path_src, channels_src, bits_src,
rate_src
,
246
@param
rate_src
: The sampling rate of the source file.
264
sox_cmd += _raw_format_args(channels_src, bits_src,
rate_src
)
277
def lowpass_filter(path_src, channels_src, bits_src,
rate_src
,
284
@param
rate_src
: The sampling rate of the source file.
292
sox_cmd += _raw_format_args(channels_src, bits_src,
rate_src
)
294
sox_cmd += _raw_format_args(channels_src, bits_src,
rate_src
)
[
all
...]
audio_test_data.py
96
rate_src
= None
101
rate_src
= self.data_format['rate']
112
rate_src
=
rate_src
,
/external/autotest/client/cros/chameleon/
audio_widget.py
120
rate_src
=self._sampling_rate,
Completed in 324 milliseconds