Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface_unittest.cc100 btav_a2dp_codec_bits_per_sample_t btav_bits_per_sample_; member
104 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE},
106 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16},
108 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24},
110 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32}};
355 bits_per_sample_pair.btav_bits_per_sample_; in TEST_F()