Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc50 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codec_bits_per_sample2value() argument
51 switch (codec_bits_per_sample) { in codec_bits_per_sample2value()
102 for (const auto codec_bits_per_sample : codec_bits_per_sample_array) { in TEST_F() local
105 codec_sample_rate, codec_bits_per_sample, codec_channel_mode); in TEST_F()
109 (codec_bits_per_sample == BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE) || in TEST_F()
120 codec_bits_per_sample2value(codec_bits_per_sample); in TEST_F()
/system/bt/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc50 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codec_bits_per_sample2value() argument
51 switch (codec_bits_per_sample) { in codec_bits_per_sample2value()
102 for (const auto codec_bits_per_sample : codec_bits_per_sample_array) { in TEST_F() local
105 codec_sample_rate, codec_bits_per_sample, codec_channel_mode); in TEST_F()
109 (codec_bits_per_sample == BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE) || in TEST_F()
120 codec_bits_per_sample2value(codec_bits_per_sample); in TEST_F()
/system/bt/audio_hearing_aid_hw/include/
Daudio_hearing_aid_hw.h144 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
/system/bt/audio_a2dp_hw/include/
Daudio_a2dp_hw.h148 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
/system/bt/stack/a2dp/
Da2dp_codec_config.cc452 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codecBitsPerSample2Str() argument
455 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16) { in codecBitsPerSample2Str()
459 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24) { in codecBitsPerSample2Str()
463 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32) { in codecBitsPerSample2Str()
469 ss << "UnknownBitsPerSample(0x" << std::hex << codec_bits_per_sample << ")"; in codecBitsPerSample2Str()
/system/bt/stack/include/
Da2dp_codec_api.h246 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample);
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc976 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_ha_hw_stream_compute_buffer_size() argument
1017 switch (codec_bits_per_sample) { in audio_ha_hw_stream_compute_buffer_size()
1029 ERROR("Invalid bits per sample: 0x%x", codec_bits_per_sample); in audio_ha_hw_stream_compute_buffer_size()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1021 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_a2dp_hw_stream_compute_buffer_size() argument
1056 switch (codec_bits_per_sample) { in audio_a2dp_hw_stream_compute_buffer_size()
1068 ERROR("Invalid bits per sample: 0x%x", codec_bits_per_sample); in audio_a2dp_hw_stream_compute_buffer_size()