Searched refs:new_codec_config (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/co/ |
D | bta_av_co.cc | 566 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config, 1839 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSourceCodecSelection() local 1851 p_sink->codec_caps, true /* is_capability */, new_codec_config, in AttemptSourceCodecSelection() 1859 SaveNewCodecConfig(p_peer, new_codec_config, p_sink->num_protect, in AttemptSourceCodecSelection() 1867 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSinkCodecSelection() local 1879 p_source->codec_caps, true /* is_capability */, new_codec_config, in AttemptSinkCodecSelection() 1887 SaveNewCodecConfig(p_peer, new_codec_config, p_source->num_protect, in AttemptSinkCodecSelection() 1962 const uint8_t* new_codec_config, in SaveNewCodecConfig() argument 1967 A2DP_CodecInfoString(new_codec_config).c_str()); in SaveNewCodecConfig() 1971 memcpy(codec_config_, new_codec_config, sizeof(codec_config_)); in SaveNewCodecConfig() [all …]
|
/system/bt/stack/a2dp/ |
D | a2dp_codec_config.cc | 365 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig() local 366 if ((saved_codec_config.sample_rate != new_codec_config.sample_rate) || in setCodecUserConfig() 368 new_codec_config.bits_per_sample) || in setCodecUserConfig() 369 (saved_codec_config.channel_mode != new_codec_config.channel_mode)) { in setCodecUserConfig()
|