Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc46 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codec_bits_per_sample2value() argument
47 switch (codec_bits_per_sample) { in codec_bits_per_sample2value()
98 for (const auto codec_bits_per_sample : codec_bits_per_sample_array) { in TEST_F() local
101 codec_sample_rate, codec_bits_per_sample, codec_channel_mode); in TEST_F()
105 (codec_bits_per_sample == BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE) || in TEST_F()
116 codec_bits_per_sample2value(codec_bits_per_sample); in TEST_F()
/system/bt/audio_a2dp_hw/include/
Daudio_a2dp_hw.h145 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
/system/bt/stack/a2dp/
Da2dp_codec_config.cc349 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codecBitsPerSample2Str() argument
352 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16) { in codecBitsPerSample2Str()
356 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24) { in codecBitsPerSample2Str()
360 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32) { in codecBitsPerSample2Str()
366 ss << "UnknownBitsPerSample(0x" << std::hex << codec_bits_per_sample << ")"; in codecBitsPerSample2Str()
/system/bt/stack/include/
Da2dp_codec_api.h224 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample);
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc931 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_a2dp_hw_stream_compute_buffer_size() argument
966 switch (codec_bits_per_sample) { in audio_a2dp_hw_stream_compute_buffer_size()
978 ERROR("Invalid bits per sample: 0x%x", codec_bits_per_sample); in audio_a2dp_hw_stream_compute_buffer_size()