Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_interface.cc45 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in InitEncoder()
78 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in InitDecoder()
117 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in Decode()
149 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in Encode()
182 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in Cleanup()
195 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in GetNumOfSamplesPerChannel()
206 if (codec_id_.coding_format == types::kLeAudioCodingFormatLC3) { in GetNumOfBytesPerSample()
256 if (codec_id.coding_format == types::kLeAudioCodingFormatLC3) { in CodecInterface()
Dle_audio_types.cc41 using types::kLeAudioCodingFormatLC3;
120 case kLeAudioCodingFormatLC3: in GetOctectsPerFrame()
135 case kLeAudioCodingFormatLC3: in GetDataIntervalUs()
145 case kLeAudioCodingFormatLC3: in GetBitsPerSample()
Dle_audio_utils.cc259 case types::kLeAudioCodingFormatLC3: in translateBluetoothCodecFormatToCodecType()
350 case types::kLeAudioCodingFormatLC3: in is_known_codec()
Dcodec_manager.cc838 if (adsp_config.id.coding_format != types::kLeAudioCodingFormatLC3 || in IsLc3ConfigMatched()
839 target_config.id.coding_format != types::kLeAudioCodingFormatLC3) { in IsLc3ConfigMatched()
1003 types::kLeAudioCodingFormatLC3) in storeLocalCapa()
1112 types::kLeAudioCodingFormatLC3}};
Ddevices_test.cc476 .codec_spec_caps = (codec_id.coding_format == kLeAudioCodingFormatLC3) in Add()
716 if (codec_coding_format_ == kLeAudioCodingFormatLC3) { in SetUpMockCodecManager()
1009 if (codec_coding_format_ != kLeAudioCodingFormatLC3) { in TestGroupAseConfiguration()
2052 if (codec_coding_format_ != kLeAudioCodingFormatLC3) GTEST_SKIP(); in TEST_P()
2060 if (codec_coding_format_ != kLeAudioCodingFormatLC3) GTEST_SKIP(); in TEST_P()
2068 if (codec_coding_format_ != kLeAudioCodingFormatLC3) GTEST_SKIP(); in TEST_P()
2483 ::testing::Values(kLeAudioCodingFormatLC3,
Dle_audio_types.h284 constexpr uint8_t kLeAudioCodingFormatLC3 = bluetooth::hci::kIsoCodingFormatLc3; variable
1328 .coding_format = types::kLeAudioCodingFormatLC3,
Dcodec_manager_test.cc247 .coding_format = types::kLeAudioCodingFormatLC3,
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h25 .coding_format = types::kLeAudioCodingFormatLC3,
Dbroadcaster.cc65 using bluetooth::le_audio::types::kLeAudioCodingFormatLC3;
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc59 .coding_format = ::bluetooth::le_audio::types::kLeAudioCodingFormatLC3,