Lines Matching defs:channels
33 * Channel maps provide a way to associate channels in a stream with a
50 * number of channels.
54 * channels.
230 /**< Only aux channels */
241 * default channel mapping based on the number of channels. */
262 * channels of a stream. These values are relevant for conversion and
265 uint8_t channels;
266 /**< Number of channels mapped */
284 * channels using default labels and return a pointer to it. This call
286 * specific number of channels and mapping. */
287 pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, pa_channel_map_def_t def);
291 * synthesize a mapping based on a known mapping with fewer channels
292 * and fill up the rest with AUX0...AUX31 channels \since 0.9.11 */
293 pa_channel_map* pa_channel_map_init_extend(pa_channel_map *m, unsigned channels, pa_channel_map_def_t def);
334 * with this mapping, i.e.\ if there are left/right channels
340 * there are front/rear channels available. \since 0.9.15 */
344 * (i.e.\ 'balance' between LFE and non-LFE channels) with this mapping,
345 * i.e.\ if there are LFE and non-LFE channels available. \since 8.0 */