HomeSort by relevance Sort by last modified time
    Searched refs:new_codec_config (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/co/
bta_av_co.cc 554 * @param new_codec_config the new codec configuration to use
558 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config,
1817 uint8_t new_codec_config[AVDT_CODEC_SIZE]; local
1845 uint8_t new_codec_config[AVDT_CODEC_SIZE]; local
    [all...]
  /system/bt/stack/a2dp/
a2dp_codec_config.cc 355 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); local
356 if ((saved_codec_config.sample_rate != new_codec_config.sample_rate) ||
358 new_codec_config.bits_per_sample) ||
359 (saved_codec_config.channel_mode != new_codec_config.channel_mode)) {
    [all...]

Completed in 83 milliseconds