Lines Matching defs:map

140         const pa_channel_map *map,
157 s->channel_map = *map;
344 pa_channel_map *map,
382 if (pa_channel_map_valid(map))
383 pa_source_output_new_data_set_channel_map(&data, map);
445 *map = s->source_output->channel_map;
803 pa_channel_map *map,
867 if (pa_channel_map_valid(map))
868 pa_sink_input_new_data_set_channel_map(&data, map);
950 *map = s->sink_input->channel_map;
1730 pa_channel_map map;
1769 PA_TAG_CHANNEL_MAP, &map,
1883 CHECK_VALIDITY_GOTO(c->pstream, map.channels == ss.channels && volume.channels == ss.channels, tag, PA_ERR_INVALID, finish);
1884 CHECK_VALIDITY_GOTO(c->pstream, pa_channel_map_valid(&map), tag, PA_ERR_INVALID, finish);
1928 s = playback_stream_new(c, sink, &ss, &map, formats, &attr, volume_set ? &volume : NULL, muted, muted_set, flags, p, adjust_latency, early_requests, relative_volume, syncid, &missing, &ret);
1955 * spec/channel map/device/suspend status back to the
1959 pa_tagstruct_put_channel_map(reply, &map);
2055 pa_channel_map map;
2096 pa_tagstruct_get_channel_map(t, &map) < 0 ||
2201 CHECK_VALIDITY_GOTO(c->pstream, map.channels == ss.channels, tag, PA_ERR_INVALID, finish);
2203 CHECK_VALIDITY_GOTO(c->pstream, pa_channel_map_valid(&map), tag, PA_ERR_INVALID, finish);
2251 s = record_stream_new(c, source, &ss, &map, formats, &attr, volume_set ? &volume : NULL, muted, muted_set, flags, p, adjust_latency, early_requests, relative_volume, peak_detect, direct_on_input, &ret);
2271 * spec/channel map/device/suspend status back to the
2275 pa_tagstruct_put_channel_map(reply, &map);
2834 pa_channel_map map;
2843 pa_tagstruct_get_channel_map(t, &map) < 0 ||
2851 CHECK_VALIDITY(c->pstream, pa_channel_map_valid(&map), tag, PA_ERR_INVALID);
2852 CHECK_VALIDITY(c->pstream, map.channels == ss.channels, tag, PA_ERR_INVALID);
2877 s = upload_stream_new(c, &ss, &map, name, length, p);