Searched refs:bits_per_samples (Results 1 – 2 of 2) sorted by relevance
211 bits_per_samples = {'NONE': 0, '16': 0x1 << 0, '24': 0x1 << 1, '32': 0x1 << 2} variable
32 from acts_contrib.test_utils.bt.bt_constants import bits_per_samples1412 bits_per_samples[str(bits_per_sample)],