Home
last modified time | relevance | path

Searched refs:fix_channels (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1740 fix_channels = false, in command_create_playback_stream() local
1803 pa_tagstruct_get_boolean(t, &fix_channels) < 0 || in command_create_playback_stream()
1917 (fix_channels ? PA_SINK_INPUT_FIX_CHANNELS : 0) | in command_create_playback_stream()
2065 fix_channels = false, in command_create_record_stream() local
2124 pa_tagstruct_get_boolean(t, &fix_channels) < 0 || in command_create_record_stream()
2244 (fix_channels ? PA_SOURCE_OUTPUT_FIX_CHANNELS : 0) | in command_create_record_stream()

Completed in 8 milliseconds