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.cc558 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config,
1817 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSourceCodecSelection() local
1829 p_sink->codec_caps, true /* is_capability */, new_codec_config, in AttemptSourceCodecSelection()
1837 SaveNewCodecConfig(p_peer, new_codec_config, p_sink->num_protect, in AttemptSourceCodecSelection()
1845 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSinkCodecSelection() local
1857 p_source->codec_caps, true /* is_capability */, new_codec_config, in AttemptSinkCodecSelection()
1865 SaveNewCodecConfig(p_peer, new_codec_config, p_source->num_protect, in AttemptSinkCodecSelection()
1940 const uint8_t* new_codec_config, in SaveNewCodecConfig() argument
1945 A2DP_CodecInfoString(new_codec_config).c_str()); in SaveNewCodecConfig()
1949 memcpy(codec_config_, new_codec_config, sizeof(codec_config_)); in SaveNewCodecConfig()
[all …]
/system/bt/stack/a2dp/
Da2dp_codec_config.cc355 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig() local
356 if ((saved_codec_config.sample_rate != new_codec_config.sample_rate) || in setCodecUserConfig()
358 new_codec_config.bits_per_sample) || in setCodecUserConfig()
359 (saved_codec_config.channel_mode != new_codec_config.channel_mode)) { in setCodecUserConfig()