Home
last modified time | relevance | path

Searched refs:sample_format (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Daudio_data.py44 def get_maximum_value_from_sample_format(sample_format): argument
53 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
73 def __init__(self, binary, channel, sample_format): argument
85 self.sample_format = sample_format
98 sample_format_dict = SAMPLE_FORMATS[self.sample_format]
Dcheck_quality.py172 sample_format=format_str)
229 self._raw_data.sample_format)
454 binary=binary, channel=channel, sample_format='S%d_LE' % bit_width)