Searched refs:codec_bits_per_sample (Results 1 – 8 of 8) sorted by relevance
/system/bt/audio_hearing_aid_hw/test/ |
D | audio_hearing_aid_hw_test.cc | 50 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_a2dp_hw/test/ |
D | audio_a2dp_hw_test.cc | 50 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/ |
D | audio_hearing_aid_hw.h | 144 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
|
/system/bt/audio_a2dp_hw/include/ |
D | audio_a2dp_hw.h | 148 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
|
/system/bt/stack/a2dp/ |
D | a2dp_codec_config.cc | 462 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codecBitsPerSample2Str() argument 465 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16) { in codecBitsPerSample2Str() 469 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24) { in codecBitsPerSample2Str() 473 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32) { in codecBitsPerSample2Str() 479 ss << "UnknownBitsPerSample(0x" << std::hex << codec_bits_per_sample << ")"; in codecBitsPerSample2Str()
|
/system/bt/stack/include/ |
D | a2dp_codec_api.h | 245 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample);
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 975 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_ha_hw_stream_compute_buffer_size() argument 1016 switch (codec_bits_per_sample) { in audio_ha_hw_stream_compute_buffer_size() 1028 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/ |
D | audio_a2dp_hw.cc | 1020 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_a2dp_hw_stream_compute_buffer_size() argument 1055 switch (codec_bits_per_sample) { in audio_a2dp_hw_stream_compute_buffer_size() 1067 ERROR("Invalid bits per sample: 0x%x", codec_bits_per_sample); in audio_a2dp_hw_stream_compute_buffer_size()
|