Home
last modified time | relevance | path

Searched refs:new_codec_config (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/co/
Dbta_av_co.cc564 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config,
1864 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSourceCodecSelection() local
1876 p_sink->codec_caps, true /* is_capability */, new_codec_config, in AttemptSourceCodecSelection()
1884 SaveNewCodecConfig(p_peer, new_codec_config, p_sink->num_protect, in AttemptSourceCodecSelection()
1892 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSinkCodecSelection() local
1904 p_source->codec_caps, true /* is_capability */, new_codec_config, in AttemptSinkCodecSelection()
1912 SaveNewCodecConfig(p_peer, new_codec_config, p_source->num_protect, in AttemptSinkCodecSelection()
1987 const uint8_t* new_codec_config, in SaveNewCodecConfig() argument
1992 A2DP_CodecInfoString(new_codec_config).c_str()); in SaveNewCodecConfig()
1996 memcpy(codec_config_, new_codec_config, sizeof(codec_config_)); in SaveNewCodecConfig()
[all …]
/system/bt/stack/a2dp/
Da2dp_codec_config.cc376 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig() local
377 if ((saved_codec_config.sample_rate != new_codec_config.sample_rate) || in setCodecUserConfig()
379 new_codec_config.bits_per_sample) || in setCodecUserConfig()
380 (saved_codec_config.channel_mode != new_codec_config.channel_mode)) { in setCodecUserConfig()