Lines Matching defs:map
188 void pa_sink_input_new_data_set_channel_map(pa_sink_input_new_data *data, const pa_channel_map *map) {
191 if ((data->channel_map_is_set = !!map))
192 data->channel_map = *map;
382 * to using the sample spec and channel map after all decisions w.r.t.
442 * so that we can remap the volume from the original channel map to the
443 * final channel map of the stream in case data->channel_map gets
454 /* Now populate the sample spec and channel map according to the final
484 /* The original volume channel map may be different than the final
485 * stream channel map, so remapping may be needed. */
672 pa_log_info("Created input %u \"%s\" on %s with sample spec %s and channel map %s\n %s",
1133 /* We've both the same channel map, so let's have the sink do the adjustment for us*/