Searched refs:software_codec_config (Results 1 – 1 of 1) sorted by relevance
1183 A2dpCodecConfig* software_codec_config = nullptr; in SelectSourceCodec() local1206 software_codec_config = iter; in SelectSourceCodec()1212 (software_codec_config == nullptr || in SelectSourceCodec()1213 bta_av_co_should_select_hardware_codec(*software_codec_config, in SelectSourceCodec()1220 if (software_codec_config != nullptr) { in SelectSourceCodec()1222 return AttemptSourceCodecSelection(*software_codec_config, p_peer); in SelectSourceCodec()