Searched refs:software_codec_index (Results 1 – 1 of 1) sorted by relevance
1416 btav_a2dp_codec_index_t software_codec_index = software_config.codecIndex(); in bta_av_co_should_select_hardware_codec() local1425 if (software_codec_index == BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC || in bta_av_co_should_select_hardware_codec()1426 software_codec_index == BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD || in bta_av_co_should_select_hardware_codec()1427 software_codec_index == BTAV_A2DP_CODEC_INDEX_SOURCE_APTX) { in bta_av_co_should_select_hardware_codec()1428 log::verbose("select software codec: {}", A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()1437 if (software_codec_index == BTAV_A2DP_CODEC_INDEX_SOURCE_AAC) { in bta_av_co_should_select_hardware_codec()1438 log::verbose("select software codec: {}", A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()1447 if (software_codec_index == BTAV_A2DP_CODEC_INDEX_SOURCE_SBC) { in bta_av_co_should_select_hardware_codec()1448 log::verbose("select software codec: {}", A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()1451 log::error("select unknown software codec: {}", A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()