Home
last modified time | relevance | path

Searched refs:default_channel_map (Results 1 - 25 of 29) sorted by relevance

12

/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c108 .default_channel_map = { .channels = 2, .map = { PA_CHANNEL_POSITION_LEFT, PA_CHANNEL_POSITION_RIGHT } },
415 if (!pa_channel_map_parse(&i->conf->default_channel_map, state->rvalue)) { in parse_channel_map()
700 c->default_channel_map.channels != c->default_sample_spec.channels) { in pa_daemon_conf_load()
705 pa_channel_map_init_extend(&c->default_channel_map, c->default_sample_spec.channels, PA_CHANNEL_MAP_DEFAULT); in pa_daemon_conf_load()
707 c->default_sample_spec.channels = c->default_channel_map.channels; in pa_daemon_conf_load()
831 pa_strbuf_printf(s, "default-channel-map = %s\n", pa_channel_map_snprint(cm, sizeof(cm), &c->default_channel_map)); in pa_daemon_conf_dump()
H A Ddaemon-conf.c108 .default_channel_map = { .channels = 2, .map = { PA_CHANNEL_POSITION_LEFT, PA_CHANNEL_POSITION_RIGHT } },
415 if (!pa_channel_map_parse(&i->conf->default_channel_map, state->rvalue)) { in parse_channel_map()
700 c->default_channel_map.channels != c->default_sample_spec.channels) { in pa_daemon_conf_load()
705 pa_channel_map_init_extend(&c->default_channel_map, c->default_sample_spec.channels, PA_CHANNEL_MAP_DEFAULT); in pa_daemon_conf_load()
707 c->default_sample_spec.channels = c->default_channel_map.channels; in pa_daemon_conf_load()
831 pa_strbuf_printf(s, "default-channel-map = %s\n", pa_channel_map_snprint(cm, sizeof(cm), &c->default_channel_map)); in pa_daemon_conf_dump()
H A Ddaemon-conf.h138 pa_channel_map default_channel_map; member
H A Dmain.c1199 c->default_channel_map = conf->default_channel_map;
H A Dohos_pa_main.c1226 c->default_channel_map = conf->default_channel_map; in real_main()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.h147 pa_alsa_profile_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map);
H A Dalsa-ucm.c2066 pa_alsa_profile_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) { in pa_alsa_ucm_add_profile_set() argument
2385 pa_alsa_profile_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) { in pa_alsa_ucm_add_profile_set() argument
H A Dmodule-alsa-card.c960 u->profile_set = pa_alsa_ucm_add_profile_set(&u->ucm, &u->core->default_channel_map); in pa__init()
987 u->profile_set = pa_alsa_profile_set_new(fn, &u->core->default_channel_map); in pa__init()
/third_party/pulseaudio/src/pulsecore/
H A Dcore.h187 pa_channel_map default_channel_map; member
H A Dcore.c161 pa_channel_map_init_extend(&c->default_channel_map, c->default_sample_spec.channels, PA_CHANNEL_MAP_DEFAULT); in pa_core_new()
H A Dcli-command.c390 pa_channel_map_snprint(cm, sizeof(cm), &c->default_channel_map)); in pa_cli_command_stat()
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c375 if (channels == m->core->default_channel_map.channels) in pa__init()
376 map = m->core->default_channel_map; in pa__init()
H A Dmodule-jack-source.c317 if (channels == m->core->default_channel_map.channels) in pa__init()
318 map = m->core->default_channel_map; in pa__init()
/third_party/pulseaudio/src/modules/
H A Dmodule-null-source.c215 map = m->core->default_channel_map; in pa__init()
H A Dmodule-pipe-source.c222 map = m->core->default_channel_map; in pa__init()
H A Dmodule-zeroconf-discover.c158 cm = u->core->default_channel_map; in resolver_cb()
H A Dmodule-null-sink.c333 map = m->core->default_channel_map; in pa__init()
H A Dmodule-pipe-sink.c433 map = m->core->default_channel_map; in pa__init()
H A Dmodule-tunnel-sink-new.c667 u->channel_map = m->core->default_channel_map; in do_init()
H A Dmodule-tunnel-source-new.c639 u->channel_map = m->core->default_channel_map; in do_init()
H A Dmodule-combine-sink.c1536 map = m->core->default_channel_map;
/third_party/ffmpeg/libavcodec/
H A Dopus.c296 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
357 channel_map = default_channel_map; in ff_opus_parse_extradata()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c429 *n = c->core->default_channel_map.channels; in get_default_channels()
433 default_channels[i] = c->core->default_channel_map.map[i]; in get_default_channels()
494 c->core->default_channel_map = new_channel_map; in handle_set_default_channels()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c748 map = m->core->default_channel_map; in pa_raop_sink_new()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c1218 map = m->core->default_channel_map; in pa__init()

Completed in 32 milliseconds

12