Searched refs:octets_per_codec_frame (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_utils.cc | 564 !config.octets_per_codec_frame) { in IsCodecConfigSupported() 569 config.octets_per_codec_frame.value())) { in IsCodecConfigSupported() 571 config.octets_per_codec_frame.value()); in IsCodecConfigSupported()
|
D | le_audio_types.h | 570 std::optional<uint16_t> octets_per_codec_frame; member 586 return octets_per_codec_frame.value_or(0); in GetOctectsPerFrame() 931 sizeof(decltype(core.octets_per_codec_frame)::value_type))) { in LtvMapToCoreCodecConfig() 933 STREAM_TO_UINT16(core.octets_per_codec_frame, ptr); in LtvMapToCoreCodecConfig() 1349 uint16_t octets_per_codec_frame; member 1362 octets_per_codec_frame = 0; in clear()
|
D | codec_manager.cc | 199 stream_params.get(direction).octets_per_codec_frame, in UpdateActiveAudioConfig() 436 broadcast_config.octets_per_frame = *(core_config.octets_per_codec_frame); in UpdateSupportedBroadcastConfig() 853 adsp_lc3_config.octets_per_codec_frame != in IsLc3ConfigMatched() 854 target_lc3_config.octets_per_codec_frame) { in IsLc3ConfigMatched()
|
D | state_machine.cc | 1398 if (params.octets_per_codec_frame == 0) { in AddCisToStreamConfiguration() 1399 params.octets_per_codec_frame = *core_config.octets_per_codec_frame; in AddCisToStreamConfiguration() 1402 params.octets_per_codec_frame == *core_config.octets_per_codec_frame, in AddCisToStreamConfiguration() 1403 "octets per frame mismatch: {}!={}", params.octets_per_codec_frame, in AddCisToStreamConfiguration() 1404 *core_config.octets_per_codec_frame); in AddCisToStreamConfiguration()
|
D | le_audio_types_test.cc | 255 ASSERT_TRUE(config.octets_per_codec_frame.has_value()); in TEST() 256 ASSERT_EQ(0x0028u, config.octets_per_codec_frame.value()); in TEST()
|
D | codec_manager_test.cc | 466 .octets_per_codec_frame = 40, in TEST_F() 483 .octets_per_codec_frame = 40, in TEST_F()
|
D | le_audio_client_test.cc | 1154 .octets_per_codec_frame == 0) { in SetUpMockGroups() 1155 stream_conf->stream_params.source.octets_per_codec_frame = in SetUpMockGroups() 1156 *core_config.octets_per_codec_frame; in SetUpMockGroups() 1159 .octets_per_codec_frame == in SetUpMockGroups() 1160 *core_config.octets_per_codec_frame, in SetUpMockGroups() 1163 .octets_per_codec_frame, in SetUpMockGroups() 1164 *core_config.octets_per_codec_frame); in SetUpMockGroups() 1225 if (stream_conf->stream_params.sink.octets_per_codec_frame == in SetUpMockGroups() 1227 stream_conf->stream_params.sink.octets_per_codec_frame = in SetUpMockGroups() 1228 *core_config.octets_per_codec_frame; in SetUpMockGroups() [all …]
|
D | le_audio_set_configuration_provider_json.cc | 387 core_config.octets_per_codec_frame.value_or(0) * in processSubconfig()
|
D | le_audio_types.cc | 693 << ", OctetsPerFrame: " << int(*config.octets_per_codec_frame) in operator <<()
|
D | devices_test.cc | 507 *core_config.octets_per_codec_frame); in Add() 1146 ASSERT_EQ(core_config.octets_per_codec_frame, octets_per_frame); in TestAsesActive()
|
D | client.cc | 3398 uint16_t byte_count = stream_params.octets_per_codec_frame; in PrepareAndSendToTwoCises() 3446 uint16_t byte_count = stream_params.octets_per_codec_frame; in PrepareAndSendToSingleCis()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_types.h | 182 .octets_per_codec_frame.value_or(0); in GetBisOctetsPerCodecFrame() 189 return opt_ltvs->GetAsCoreCodecConfig().octets_per_codec_frame.value_or( in GetBisOctetsPerCodecFrame()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 171 if (stack_config.octets_per_codec_frame.has_value()) { in GetAidlCodecSpecificConfigurationFromStack() 176 .value = stack_config.octets_per_codec_frame.value()}); in GetAidlCodecSpecificConfigurationFromStack()
|