Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface_unittest.cc82 btav_a2dp_codec_bits_per_sample_t btav_bits_per_sample_; member
86 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE},
88 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16},
90 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24},
92 .btav_bits_per_sample_ = BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32}};
259 bits_per_sample_pair.btav_bits_per_sample_; in TEST_F()