Lines Matching defs:map
55 "channel_map=<channel map> "
1563 pa_channel_map map;
1599 map = source->channel_map;
1605 map = sink->channel_map;
1611 * requires valid sample spec and channel map even when all the FIX_*
1613 * to ignore the sample spec and channel map when the FIX_* flags are
1618 map.channels = 1;
1619 map.map[0] = PA_CHANNEL_POSITION_MONO;
1622 if (pa_modargs_get_sample_spec_and_channel_map(ma, &ss, &map, PA_CHANNEL_MAP_DEFAULT) < 0) {
1623 pa_log("Invalid sample format specification or channel map");
1726 pa_source_output_new_data_set_channel_map(&source_output_data, &map);
1772 map = u->source_output->channel_map;
1817 pa_sink_input_new_data_set_channel_map(&sink_input_data, &map);