OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_dst
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/audio/
sox_utils.py
239
path_dst, channels_dst, bits_dst,
rate_dst
,
250
@param
rate_dst
: The sampling rate of the destination file.
269
sox_cmd += _raw_format_args(channels_dst, bits_dst,
rate_dst
)
271
sox_cmd += _format_args(channels_dst, bits_dst,
rate_dst
)
audio_test_data.py
116
rate_dst
=data_format['rate'],
Completed in 148 milliseconds