Searched refs:octets_per_codec_frame (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_utils.cc | 555 if (!caps.HasSupportedOctetsPerCodecFrame() || !config.octets_per_codec_frame) { in IsCodecConfigSupported() 559 if (!caps.IsOctetsPerCodecFrameConfigSupported(config.octets_per_codec_frame.value())) { in IsCodecConfigSupported() 560 log::debug("Cfg: Octets per frame={}", config.octets_per_codec_frame.value()); in IsCodecConfigSupported() 656 if (!ase_config.octets_per_codec_frame || !req_config.octets_per_codec_frame) { in IsAseConfigMatchedWithPreferredRequirements() 660 if (ase_config.octets_per_codec_frame.value() != req_config.octets_per_codec_frame.value()) { in IsAseConfigMatchedWithPreferredRequirements() 661 log::debug("Ase cfg: Octets per frame={}", ase_config.octets_per_codec_frame.value()); in IsAseConfigMatchedWithPreferredRequirements() 662 log::debug("Req cfg: Octets per frame={}", req_config.octets_per_codec_frame.value()); in IsAseConfigMatchedWithPreferredRequirements()
|
D | codec_manager_test.cc | 445 .octets_per_codec_frame = 40, in TEST_F() 463 .octets_per_codec_frame = 40, in TEST_F() 510 ASSERT_EQ(40u, config.octets_per_codec_frame); in TEST_F() 536 ASSERT_EQ(40u, config.octets_per_codec_frame); in TEST_F() 576 .octets_per_codec_frame = 40, in TEST_F() 592 .octets_per_codec_frame = 40, in TEST_F() 642 ASSERT_EQ(40u, config.octets_per_codec_frame); in TEST_F() 668 ASSERT_EQ(40u, config.octets_per_codec_frame); in TEST_F() 1408 .octets_per_codec_frame = 100, in TEST_F() 1424 .octets_per_codec_frame = 100, in TEST_F() [all …]
|
D | le_audio_types.h | 586 std::optional<uint16_t> octets_per_codec_frame; member 597 uint16_t GetOctetsPerFrame() const { return octets_per_codec_frame.value_or(0); } in GetOctetsPerFrame() 925 if (vec_opt && (vec_opt->size() == sizeof(decltype(core.octets_per_codec_frame)::value_type))) { in LtvMapToCoreCodecConfig() 927 STREAM_TO_UINT16(core.octets_per_codec_frame, ptr); in LtvMapToCoreCodecConfig() 1334 uint16_t octets_per_codec_frame; member 1343 octets_per_codec_frame = 0; in clear()
|
D | state_machine.cc | 1473 if (params.stream_config.octets_per_codec_frame == 0) { in AddCisToStreamConfiguration() 1474 params.stream_config.octets_per_codec_frame = *core_config.octets_per_codec_frame; in AddCisToStreamConfiguration() 1477 params.stream_config.octets_per_codec_frame == *core_config.octets_per_codec_frame, in AddCisToStreamConfiguration() 1478 "octets per frame mismatch: {}!={}", params.stream_config.octets_per_codec_frame, in AddCisToStreamConfiguration() 1479 *core_config.octets_per_codec_frame); in AddCisToStreamConfiguration()
|
D | codec_manager.cc | 440 broadcast_config.octets_per_frame = *(core_config.octets_per_codec_frame); in UpdateSupportedBroadcastConfig() 943 adsp_lc3_config.octets_per_codec_frame != target_lc3_config.octets_per_codec_frame) { in IsLc3ConfigMatched()
|
D | le_audio_types_test.cc | 249 ASSERT_TRUE(config.octets_per_codec_frame.has_value()); in TEST() 250 ASSERT_EQ(0x0028u, config.octets_per_codec_frame.value()); in TEST()
|
D | le_audio_set_configuration_provider_json.cc | 352 core_config.octets_per_codec_frame.value_or(0) * in processSubconfig()
|
D | le_audio_types.cc | 603 << ", OctetsPerFrame: " << int(*config.octets_per_codec_frame) in operator <<()
|
D | le_audio_client_test.cc | 1168 if (stream_conf->stream_params.source.stream_config.octets_per_codec_frame == in SetUpMockGroups() 1170 stream_conf->stream_params.source.stream_config.octets_per_codec_frame = in SetUpMockGroups() 1171 *core_config.octets_per_codec_frame; in SetUpMockGroups() 1174 .octets_per_codec_frame == in SetUpMockGroups() 1175 *core_config.octets_per_codec_frame, in SetUpMockGroups() 1178 .octets_per_codec_frame, in SetUpMockGroups() 1179 *core_config.octets_per_codec_frame); in SetUpMockGroups() 1241 if (stream_conf->stream_params.sink.stream_config.octets_per_codec_frame == in SetUpMockGroups() 1243 stream_conf->stream_params.sink.stream_config.octets_per_codec_frame = in SetUpMockGroups() 1244 *core_config.octets_per_codec_frame; in SetUpMockGroups() [all …]
|
D | devices_test.cc | 482 audio_channel_counts, *core_config.octets_per_codec_frame); in Add() 1130 ASSERT_EQ(core_config.octets_per_codec_frame, octets_per_frame); in TestAsesActive()
|
D | client.cc | 3812 uint16_t byte_count = stream_params.stream_config.octets_per_codec_frame; in PrepareAndSendToTwoCises() 3863 uint16_t byte_count = stream_params.stream_config.octets_per_codec_frame; in PrepareAndSendToSingleCis()
|
D | state_machine_test.cc | 5291 ASSERT_NE(stream_config.octets_per_codec_frame, 0u); in TEST_F() 5355 ASSERT_NE(stream_config.octets_per_codec_frame, 0u); in TEST_F() 5388 ASSERT_NE(stream_config.octets_per_codec_frame, 0u); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_types.h | 166 GetCommonBisCodecSpecData().GetAsCoreCodecConfig().octets_per_codec_frame.value_or(0); in GetBisOctetsPerCodecFrame() 175 return opt_ltvs->GetAsCoreCodecConfig().octets_per_codec_frame.value_or(0) * in GetBisOctetsPerCodecFrame()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_software_aidl.cc | 727 offload_config.frame_duration_us, offload_config.octets_per_codec_frame, in stream_config_to_hal_audio_config() 734 .octetsPerFrame = static_cast<int32_t>(offload_config.octets_per_codec_frame), in stream_config_to_hal_audio_config()
|
D | le_audio_utils.cc | 168 if (stack_config.octets_per_codec_frame.has_value()) { in GetAidlCodecSpecificConfigurationFromStack() 172 OctetsPerCodecFrame{.value = stack_config.octets_per_codec_frame.value()}); in GetAidlCodecSpecificConfigurationFromStack()
|