Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_constants.py211 bits_per_samples = {'NONE': 0, '16': 0x1 << 0, '24': 0x1 << 1, '32': 0x1 << 2} variable
Dbt_test_utils.py32 from acts_contrib.test_utils.bt.bt_constants import bits_per_samples
1412 bits_per_samples[str(bits_per_sample)],