Lines Matching refs:sourceConfig
1861 audio_port_config *sourceConfig, audio_port_config *sinkConfig) const in getBestMsdConfig() argument
1905 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdConfig()
1907 sourceConfig->channel_mask = in getBestMsdConfig()
1911 sourceConfig->format = bestSinkConfig.format; in getBestMsdConfig()
1913 sourceConfig->flags.input = static_cast<audio_input_flags_t>( in getBestMsdConfig()
1914 sourceConfig->flags.input | AUDIO_INPUT_FLAG_DIRECT); in getBestMsdConfig()
1918 sourceConfig->flags.input = static_cast<audio_input_flags_t>( in getBestMsdConfig()
1919 sourceConfig->flags.input | AUDIO_INPUT_FLAG_HW_AV_SYNC); in getBestMsdConfig()
1924 sourceConfig->config_mask |= config_mask; in getBestMsdConfig()
1949 audio_port_config sourceConfig = patchBuilder.patch()->sources[0]; in buildMsdPatch() local
1960 if (getBestMsdConfig(hwAvSync, sourceProfiles, sinkProfiles, &sourceConfig, in buildMsdPatch()
1963 return (PatchBuilder()).addSource(sourceConfig).addSink(sinkConfig); in buildMsdPatch()