Home
last modified time | relevance | path

Searched defs:codec_id (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc45 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorSourceCodecValid() local
76 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorPeerSourceCodecValid() local
96 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorPeerSinkCodecValid() local
127 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IsVendorSinkCodecSupported() local
142 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorUsesRtpHeader() local
171 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorCodecName() local
243 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorGetBitRate() local
272 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorGetSinkTrackChannelType() local
288 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorBuildCodecHeader() local
317 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_VendorGetEncoderInterface() local
[all …]
Da2dp_codec_config.cc87 uint16_t codec_id = A2DP_VendorCodecGetCodecId(media_codec_capabilities); in ParseCodecId() local
117 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, a2dp::CodecId codec_id, in A2dpCodecConfig()
241 uint16_t codec_id; in getCodecSpecificConfig() local
581 uint16_t codec_id = A2DP_VendorCodecGetCodecId(p_codec_info); in A2DP_IotGetPeerSinkCodecType() local
1290 auto codec_id = bluetooth::a2dp::ParseCodecId(p_codec_info); in A2DP_GetTrackSampleRate() local
1320 auto codec_id = bluetooth::a2dp::ParseCodecId(p_codec_info); in A2DP_GetTrackBitsPerSample() local
1350 auto codec_id = bluetooth::a2dp::ParseCodecId(p_codec_info); in A2DP_GetTrackChannelCount() local
1401 auto codec_id = bluetooth::a2dp::ParseCodecId(p_codec_info); in A2DP_GetPacketTimestamp() local
1671 uint16_t codec_id = (p[0] & 0x00ff) | ((p[1] << 8) & 0xff00); in A2DP_VendorCodecGetCodecId() local
Da2dp_ext.cc35 static a2dp::CodecId codec_id(btav_a2dp_codec_index_t codec_index) { in codec_id() function
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_provider_info.cc119 int codec_id = codec.id.get<CodecId::vendor>().codecId; in assignSourceCodecIndex() local
171 int codec_id = codec.id.get<CodecId::vendor>().codecId; in assignSinkCodecIndex() local
251 uint16_t codec_id = A2DP_VendorCodecGetCodecId(codec_info); in SourceCodecIndex() local
296 uint16_t codec_id = A2DP_VendorCodecGetCodecId(codec_info); in SinkCodecIndex() local
315 bool ProviderInfo::BuildCodecCapabilities(CodecId const& codec_id, in BuildCodecCapabilities()
330 uint16_t codec_id = static_cast<uint16_t>(id.codecId); in BuildCodecCapabilities() local
351 bluetooth::a2dp::CodecId* codec_id, uint8_t* codec_info, in CodecCapabilities()
Da2dp_encoding_aidl.cc662 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
760 uint16_t codec_id = (static_cast<uint16_t>(sep.capabilities[7]) << 0) | in get_a2dp_configuration() local
Dclient_interface_aidl.cc143 const CodecId& codec_id, const std::vector<uint8_t>& configuration, in ParseA2dpConfiguration()
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_interface.h52 static std::unique_ptr<CodecInterface> CreateInstance(const types::LeAudioCodecId& codec_id) { in CreateInstance()
Dle_audio_utils.cc346 static bool is_known_codec(const types::LeAudioCodecId& codec_id) { in is_known_codec()
429 bool IsCodecUsingLtvFormat(const types::LeAudioCodecId& codec_id) { in IsCodecUsingLtvFormat()
572 const auto& codec_id = codec_config_setting.id; in IsCodecConfigSettingSupported() local
Daudio_set_configurations.json1442 "codec_id": { object
1496 "codec_id": { object
1550 "codec_id": { object
1604 "codec_id": { object
1658 "codec_id": { object
1712 "codec_id": { object
1766 "codec_id": { object
1820 "codec_id": { object
1874 "codec_id": { object
1928 "codec_id": { object
[all …]
Dmock_codec_interface.cc34 CodecInterface::CodecInterface(const types::LeAudioCodecId& codec_id) { in CodecInterface()
Dclient_parser.h114 types::LeAudioCodecId codec_id; member
166 types::LeAudioCodecId codec_id; member
Dcodec_interface.cc268 CodecInterface::CodecInterface(const types::LeAudioCodecId& codec_id) { in CodecInterface()
Dle_audio_types.cc593 std::ostream& operator<<(std::ostream& os, const LeAudioCodecId& codec_id) { in operator <<()
Dclient_parser_test.cc1238 types::LeAudioCodecId codec_id{ in TEST() local
1295 types::LeAudioCodecId codec_id{ in TEST() local
Ddevices_test.cc410 void Add(LeAudioCodecId codec_id, uint8_t conf_sampling_frequency, uint8_t conf_frame_duration, in Add()
435 void Add(LeAudioCodecId codec_id, uint16_t capa_sampling_frequency, uint8_t capa_frame_duration, in Add()
460 void Add(LeAudioCodecId codec_id, const std::vector<uint8_t>& vendor_data, in Add()
1107 void TestAsesActive(LeAudioCodecId codec_id, uint8_t sampling_frequency, uint8_t frame_duration, in TestAsesActive()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc38 ::aidl::android::hardware::bluetooth::audio::CodecId GetAidlCodecIdFromStackFormat( in GetAidlCodecIdFromStackFormat()
59 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat( in GetStackCodecIdFromAidlFormat()
Dclient_interface_aidl.cc590 void BluetoothAudioClientInterface::SetCodecPriority(CodecId codec_id, int32_t priority) { in SetCodecPriority()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc188 bool codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc115 static void debug_dump_cb(bool active, uint16_t codec_id, int total_num_decoded_frames, in debug_dump_cb()
270 void DebugDumpCallback(bool active, uint16_t codec_id, int total_num_decoded_frames, in DebugDumpCallback()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_constants.h51 constexpr static uint64_t VendorCodecId(uint16_t company_id, uint16_t codec_id) { in VendorCodecId()
Dbtm_api_types.h156 uint16_t codec_id; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc111 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h94 uint64_t codec_id; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc388 uint8_t codec_id; in set_codec_datapath() local
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc216 auto const& codec_id = subgroup_config.GetLeAudioCodecId(); in prepareBasicAnnouncement() local
1266 auto const& codec_id = subgroup_config.GetLeAudioCodecId(); in CheckAndReconfigureEncoders() local

12