/third_party/pulseaudio/src/daemon/ |
H A D | ohos_daemon-conf.c | 108 .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 D | daemon-conf.c | 108 .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 D | daemon-conf.h | 138 pa_channel_map default_channel_map; member
|
H A D | main.c | 1199 c->default_channel_map = conf->default_channel_map;
|
H A D | ohos_pa_main.c | 1226 c->default_channel_map = conf->default_channel_map; in real_main()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.h | 147 pa_alsa_profile_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map);
|
H A D | alsa-ucm.c | 2066 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 D | module-alsa-card.c | 960 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 D | core.h | 187 pa_channel_map default_channel_map; member
|
H A D | core.c | 161 pa_channel_map_init_extend(&c->default_channel_map, c->default_sample_spec.channels, PA_CHANNEL_MAP_DEFAULT); in pa_core_new()
|
H A D | cli-command.c | 390 pa_channel_map_snprint(cm, sizeof(cm), &c->default_channel_map)); in pa_cli_command_stat()
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jack-sink.c | 375 if (channels == m->core->default_channel_map.channels) in pa__init() 376 map = m->core->default_channel_map; in pa__init()
|
H A D | module-jack-source.c | 317 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 D | module-null-source.c | 215 map = m->core->default_channel_map; in pa__init()
|
H A D | module-pipe-source.c | 222 map = m->core->default_channel_map; in pa__init()
|
H A D | module-zeroconf-discover.c | 158 cm = u->core->default_channel_map; in resolver_cb()
|
H A D | module-null-sink.c | 333 map = m->core->default_channel_map; in pa__init()
|
H A D | module-pipe-sink.c | 433 map = m->core->default_channel_map; in pa__init()
|
H A D | module-tunnel-sink-new.c | 667 u->channel_map = m->core->default_channel_map; in do_init()
|
H A D | module-tunnel-source-new.c | 639 u->channel_map = m->core->default_channel_map; in do_init()
|
H A D | module-combine-sink.c | 1536 map = m->core->default_channel_map;
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus.c | 296 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 D | iface-core.c | 429 *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 D | raop-sink.c | 748 map = m->core->default_channel_map; in pa_raop_sink_new()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | module-oss.c | 1218 map = m->core->default_channel_map; in pa__init()
|