Home
last modified time | relevance | path

Searched refs:slaves (Results 1 – 25 of 41) sorted by relevance

12

/third_party/alsa-lib/src/pcm/
Dpcm_multi.c60 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/
Dtee.c56 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/
Dmixer.c75 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 …]
Dmixer_local.h67 struct list_head slaves; /* list of all slaves */ member
/third_party/alsa-lib/src/conf/cards/
DEcho_Echo3G.conf60 slaves [
95 slaves [
140 slaves [
185 slaves [
231 slaves [
Dpistachio-card.conf46 slaves.a.pcm "hw:0,4"
47 slaves.a.channels 12
DCA0106.conf83 slaves [
123 slaves [
168 slaves [
DAudigy2.conf209 slaves [
245 slaves [
292 slaves [
DSI7018.conf53 slaves [
92 slaves [
DEMU10K1X.conf71 slaves [
110 slaves [
DCS46xx.conf87 slaves [
126 slaves [
DAudigy.conf157 slaves [
193 slaves [
DEMU10K1.conf192 slaves [
231 slaves [
DAACI.conf28 slaves [
DENS1370.conf81 slaves [
DYMF744.conf36 slaves [
DVXPocket440.conf37 slaves [
DTRID4DWAVENX.conf65 slaves [
DENS1371.conf74 slaves [
DCMI8338-SWIEC.conf64 slaves [
DCMI8338.conf63 slaves [
DUSB-Audio.conf334 slaves {
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c1289 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/
DREADME.md26 * 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/
DREADME.md66 * 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