Searched refs:bestSinkConfig (Results 1 – 1 of 1) sorted by relevance
1883 struct audio_config_base bestSinkConfig; in getBestMsdConfig() local1885 channelMasksOrder, true /*preferHigherSamplingRates*/, bestSinkConfig); in getBestMsdConfig()1891 sinkConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdConfig()1892 sinkConfig->channel_mask = bestSinkConfig.channel_mask; in getBestMsdConfig()1893 sinkConfig->format = bestSinkConfig.format; in getBestMsdConfig()1905 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdConfig()1908 audio_channel_mask_get_representation(bestSinkConfig.channel_mask) in getBestMsdConfig()1910 bestSinkConfig.channel_mask : audio_channel_mask_out_to_in(bestSinkConfig.channel_mask); in getBestMsdConfig()1911 sourceConfig->format = bestSinkConfig.format; in getBestMsdConfig()