Home
last modified time | relevance | path

Searched refs:bits_per_sample (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtCodecSweepTest.py65 def base_codec_test(self, codec_type, sample_rate, bits_per_sample, argument
82 bits_per_sample=bits_per_sample,
87 bits_per_sample=bits_per_sample,
113 bits_per_sample, channel_mode): argument
147 codec_proto.bits_per_sample = int(bits_per_sample)
183 bits_per_sample=16,
189 bits_per_sample=16,
195 bits_per_sample=16,
201 bits_per_sample=24,
207 bits_per_sample=16,
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtChameleonTest.py60 bits_per_sample, rate, record_seconds, argument
89 bit_width=bits_per_sample,
147 bits_per_sample = audio_bits_per_sample_32
157 bits_per_sample=bits_per_sample,
208 bits_per_sample = audio_bits_per_sample_32
217 bits_per_sample=bits_per_sample,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_test_utils.py32 bits_per_sample = 32 variable
162 bit_width=bits_per_sample,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DA2dpBaseTest.py243 bits_per_sample, channel_mode): argument
270 codec_proto.bits_per_sample = int(bits_per_sample)
Dbt_test_utils.py1450 bits_per_sample, argument
1478 bits_per_sample=bits_per_sample,
1486 bits_per_samples[str(bits_per_sample)], channel_modes[channel_mode],
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/protos/
Dbluetooth_metric.proto58 optional int32 bits_per_sample = 3; field