Home
last modified time | relevance | path

Searched refs:channel_map_is_set (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource-output.h275 bool channel_map_is_set:1; member
Dsink-input.h314 bool channel_map_is_set:1; member
Dsource.h325 bool channel_map_is_set:1; member
Dsink.h385 bool channel_map_is_set:1; member
Dsource-output.c71 if ((data->channel_map_is_set = !!map)) in pa_source_output_new_data_set_channel_map()
259 …f = pa_format_info_from_sample_spec2(&data->sample_spec, data->channel_map_is_set ? &data->channel… in pa_source_output_new()
323 …r = pa_stream_get_volume_channel_map(&data->volume, data->channel_map_is_set ? &data->channel_map … in pa_source_output_new()
Dsink-input.c130 if ((data->channel_map_is_set = !!map)) in pa_sink_input_new_data_set_channel_map()
323 …f = pa_format_info_from_sample_spec2(&data->sample_spec, data->channel_map_is_set ? &data->channel… in pa_sink_input_new()
381 …r = pa_stream_get_volume_channel_map(&data->volume, data->channel_map_is_set ? &data->channel_map … in pa_sink_input_new()
Dsource.c96 if ((data->channel_map_is_set = !!map)) in pa_source_new_data_set_channel_map()
203 if (!data->channel_map_is_set) in pa_source_new()
Dsink.c105 if ((data->channel_map_is_set = !!map)) in pa_sink_new_data_set_channel_map()
216 if (!data->channel_map_is_set) in pa_sink_new()