Searched refs:slaves (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A 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_id in snd_pcm_multi_hw_refine_sprepare() 1248 snd_config_t *slaves = NULL; _snd_pcm_multi_open() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | tee.c | 57 TeeSlave *slaves; member 151 close_slave(&tee->slaves[i]); in close_slaves() 153 av_freep(&tee->slaves); in close_slaves() 433 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure() 446 av_log(avf, AV_LOG_ERROR, "Slave muxer #%u failed: %s, continuing with %u/%u slaves.\n", in tee_process_slave_failure() 457 char **slaves = NULL; in tee_write_header() local 466 ret = av_dynarray_add_nofree(&slaves, &nb_slaves, slave); in tee_write_header() 475 if (!FF_ALLOCZ_TYPED_ARRAY(tee->slaves, nb_slaves)) { in tee_write_header() 483 tee->slaves[i].use_fifo = tee->use_fifo; in tee_write_header() 484 ret = av_dict_copy(&tee->slaves[ in tee_write_header() [all...] |
/third_party/alsa-lib/src/mixer/ |
H A D | mixer.c | 75 INIT_LIST_HEAD(&mixer->slaves); in snd_mixer_open() 252 list_add_tail(&slave->list, &mixer->slaves); in snd_mixer_attach_hctl() 265 list_for_each(pos, &mixer->slaves) { in snd_mixer_detach() 289 list_for_each(pos, &mixer->slaves) { in snd_mixer_detach_hctl() 311 list_for_each(pos, &mixer->slaves) { in snd_mixer_get_hctl() 534 list_for_each(pos, &mixer->slaves) { in snd_mixer_class_register() 582 list_for_each(pos, &mixer->slaves) { in snd_mixer_load() 600 list_for_each(pos, &mixer->slaves) { in snd_mixer_free() 625 while (!list_empty(&mixer->slaves)) { in snd_mixer_close() 628 s = list_entry(mixer->slaves in snd_mixer_close() [all...] |
H A D | mixer_local.h | 67 struct list_head slaves; /* list of all slaves */ member
|
/third_party/pulseaudio/src/modules/ |
H A D | module-combine-sink.c | 62 "slaves=<slave sinks> " 82 "slaves", 342 pa_log_info("[%s] target latency for all slaves is %0.2f msec.", u->sink->name, (double) target_latency / PA_USEC_PER_MSEC); in adjust_rates() 1467 const char *slaves, *rm; 1532 slaves = pa_modargs_get_value(ma, "slaves", NULL); 1533 u->automatic = !slaves; 1548 while ((n = pa_split(slaves, ",", &split_state))) { 1602 if (slaves) 1603 pa_proplist_sets(data.proplist, "combine.slaves", slave [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1736 of the slaves will determine the size of this widget. If no argument 1748 """Return a list of all slaves of this widget 1752 self.tk.call('pack', 'slaves', self._w))] 1754 slaves = pack_slaves variable in Misc 1758 """Return a list of all slaves of this widget 1763 'place', 'slaves', self._w))] 1854 of the slaves will determine the size of this widget. If no argument 1881 """Return a list of all slaves of this widget 1890 ('grid', 'slaves', self._w) + args))] 2474 slaves [all...] |
H A D | tix.py | 266 def slaves(self): member in Form 270 'tixForm', 'slaves', self._w))]
|
Completed in 14 milliseconds