Home
last modified time | relevance | path

Searched refs:GetFrameDurationUs (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc387 types::LeAudioCoreCodecConfig::GetFrameDurationUs(fd_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig()
404 types::LeAudioCoreCodecConfig::GetFrameDurationUs(fd_bit)), in fillRemotePacsCapabilitiesToBtLeAudioCodecConfig()
Dcodec_manager.cc439 broadcast_config.frame_duration = core_config.GetFrameDurationUs(); in UpdateSupportedBroadcastConfig()
550 offload_cfg.frame_duration = subgroup_config.GetFrameDurationUs(); in UpdateBroadcastOffloadConfig()
Dle_audio_set_configuration_provider_json.cc354 subconfig.qos.sduIntervalUs = core_config.GetFrameDurationUs() * in processSubconfig()
Dle_audio_types.h593 static uint32_t GetFrameDurationUs(uint8_t framn_dur) { in GetFrameDurationUs() function
610 uint32_t GetFrameDurationUs() const { in GetFrameDurationUs() function
Dle_audio_types.cc78 return params.GetAsCoreCodecConfig().GetFrameDurationUs() * in GetDataIntervalUs()
Dstate_machine.cc1493 params.stream_config.frame_duration_us = core_config.GetFrameDurationUs(); in AddCisToStreamConfiguration()
1495 log::assert_that(params.stream_config.frame_duration_us == core_config.GetFrameDurationUs(), in AddCisToStreamConfiguration()
1497 core_config.GetFrameDurationUs()); in AddCisToStreamConfiguration()
Dle_audio_types_test.cc242 ASSERT_EQ(10000u, config.GetFrameDurationUs()); in TEST()
Dle_audio_client_test.cc1188 core_config.GetFrameDurationUs(); in SetUpMockGroups()
1260 core_config.GetFrameDurationUs(); in SetUpMockGroups()
Dstate_machine_test.cc1919 .GetFrameDurationUs() * in TEST_F()