Searched refs:slaves (Results 1 – 25 of 41) sorted by relevance
12
/third_party/alsa-lib/src/pcm/ |
D | pcm_multi.c | 60 snd_pcm_multi_slave_t *slaves; member 73 snd_pcm_multi_slave_t *slave = &multi->slaves[i]; in snd_pcm_multi_close() 80 free(multi->slaves); in snd_pcm_multi_close() 94 snd_pcm_t *slave_0 = multi->slaves[multi->master_slave].pcm; in snd_pcm_multi_async() 101 snd_pcm_t *slave_0 = multi->slaves[multi->master_slave].pcm; in snd_pcm_multi_poll_descriptors_count() 109 snd_pcm_t *slave_0 = multi->slaves[multi->master_slave].pcm; in snd_pcm_multi_poll_descriptors() 114 slave = multi->slaves[i].pcm; in snd_pcm_multi_poll_descriptors() 128 snd_pcm_t *slave_0 = multi->slaves[multi->master_slave].pcm; in snd_pcm_multi_poll_revents() 139 err = snd_pcm_info(multi->slaves[n].pcm, info); in snd_pcm_multi_info() 169 snd_pcm_multi_slave_t *slave = &multi->slaves[slave_idx]; in snd_pcm_multi_hw_refine_sprepare() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | tee.c | 56 TeeSlave *slaves; member 153 close_slave(&tee->slaves[i]); in close_slaves() 155 av_freep(&tee->slaves); in close_slaves() 435 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure() 459 char **slaves = NULL; in tee_write_header() local 468 ret = av_dynarray_add_nofree(&slaves, &nb_slaves, slave); in tee_write_header() 477 if (!(tee->slaves = av_mallocz_array(nb_slaves, sizeof(*tee->slaves)))) { in tee_write_header() 485 tee->slaves[i].use_fifo = tee->use_fifo; in tee_write_header() 486 ret = av_dict_copy(&tee->slaves[i].fifo_options, tee->fifo_options, 0); in tee_write_header() 490 if ((ret = open_slave(avf, slaves[i], &tee->slaves[i])) < 0) { in tee_write_header() [all …]
|
/third_party/alsa-lib/src/mixer/ |
D | mixer.c | 75 INIT_LIST_HEAD(&mixer->slaves); in snd_mixer_open() 240 list_add_tail(&slave->list, &mixer->slaves); in snd_mixer_attach_hctl() 253 list_for_each(pos, &mixer->slaves) { in snd_mixer_detach() 277 list_for_each(pos, &mixer->slaves) { in snd_mixer_detach_hctl() 299 list_for_each(pos, &mixer->slaves) { in snd_mixer_get_hctl() 523 list_for_each(pos, &mixer->slaves) { in snd_mixer_class_register() 571 list_for_each(pos, &mixer->slaves) { in snd_mixer_load() 589 list_for_each(pos, &mixer->slaves) { in snd_mixer_free() 614 while (!list_empty(&mixer->slaves)) { in snd_mixer_close() 617 s = list_entry(mixer->slaves.next, snd_mixer_slave_t, list); in snd_mixer_close() [all …]
|
D | mixer_local.h | 67 struct list_head slaves; /* list of all slaves */ member
|
/third_party/alsa-lib/src/conf/cards/ |
D | Echo_Echo3G.conf | 60 slaves [ 95 slaves [ 140 slaves [ 185 slaves [ 231 slaves [
|
D | pistachio-card.conf | 46 slaves.a.pcm "hw:0,4" 47 slaves.a.channels 12
|
D | CA0106.conf | 83 slaves [ 123 slaves [ 168 slaves [
|
D | Audigy2.conf | 209 slaves [ 245 slaves [ 292 slaves [
|
D | SI7018.conf | 53 slaves [ 92 slaves [
|
D | EMU10K1X.conf | 71 slaves [ 110 slaves [
|
D | CS46xx.conf | 87 slaves [ 126 slaves [
|
D | Audigy.conf | 157 slaves [ 193 slaves [
|
D | EMU10K1.conf | 192 slaves [ 231 slaves [
|
D | AACI.conf | 28 slaves [
|
D | ENS1370.conf | 81 slaves [
|
D | YMF744.conf | 36 slaves [
|
D | VXPocket440.conf | 37 slaves [
|
D | TRID4DWAVENX.conf | 65 slaves [
|
D | ENS1371.conf | 74 slaves [
|
D | CMI8338-SWIEC.conf | 64 slaves [
|
D | CMI8338.conf | 63 slaves [
|
D | USB-Audio.conf | 334 slaves {
|
/third_party/pulseaudio/src/modules/ |
D | module-combine-sink.c | 1289 const char *slaves, *rm; in pa__init() local 1345 slaves = pa_modargs_get_value(ma, "slaves", NULL); in pa__init() 1346 u->automatic = !slaves; in pa__init() 1361 while ((n = pa_split(slaves, ",", &split_state))) { in pa__init() 1415 if (slaves) in pa__init() 1416 pa_proplist_sets(data.proplist, "combine.slaves", slaves); in pa__init() 1460 pa_assert(slaves); in pa__init() 1465 while ((n = pa_split(slaves, ",", &split_state))) { in pa__init()
|
/third_party/flutter/skia/third_party/externals/angle2/infra/ |
D | README.md | 26 * If adding a Mac bot, request new slaves by filing an infra issue. 30 …* Update **`configs/chromium-swarm/starlark/bots/angle.star`** with either Mac slaves requested in…
|
/third_party/skia/third_party/externals/angle2/infra/ |
D | README.md | 66 * If adding a Mac bot, request new slaves by filing an infra issue. 70 …* Update **`configs/chromium-swarm/starlark/bots/angle.star`** with either Mac slaves requested in…
|
12