Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface_unittest.cc81 BitsPerSample hal_bits_per_sample_; member
85 {.hal_bits_per_sample_ = BitsPerSample::BITS_UNKNOWN,
87 {.hal_bits_per_sample_ = BitsPerSample::BITS_16,
89 {.hal_bits_per_sample_ = BitsPerSample::BITS_24,
91 {.hal_bits_per_sample_ = BitsPerSample::BITS_32,
265 bits_per_sample_pair.hal_bits_per_sample_); in TEST_F()
282 pcm_config.bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_; in TEST_F()
357 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_, in SbcCodecConfigurationsGenerator()
432 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_}; in AacCodecConfigurationsGenerator()
502 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_}; in LdacCodecConfigurationsGenerator()
[all …]