Home
last modified time | relevance | path

Searched refs:slave_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_multi.c52 int slave_idx; member
165 static int snd_pcm_multi_hw_refine_sprepare(snd_pcm_t *pcm, unsigned int slave_idx, in snd_pcm_multi_hw_refine_sprepare() argument
169 snd_pcm_multi_slave_t *slave = &multi->slaves[slave_idx]; in snd_pcm_multi_hw_refine_sprepare()
180 unsigned int slave_idx ATTRIBUTE_UNUSED, in snd_pcm_multi_hw_refine_schange()
213 unsigned int slave_idx ATTRIBUTE_UNUSED, in snd_pcm_multi_hw_refine_cchange()
248 unsigned int slave_idx, in snd_pcm_multi_hw_refine_slave() argument
252 snd_pcm_t *slave = multi->slaves[slave_idx].pcm; in snd_pcm_multi_hw_refine_slave()
298 unsigned int slave_idx, in snd_pcm_multi_hw_params_slave() argument
302 snd_pcm_t *slave = multi->slaves[slave_idx].pcm; in snd_pcm_multi_hw_params_slave()
601 if (c->slave_idx < 0) in snd_pcm_multi_channel_info()
[all …]
/third_party/ffmpeg/libavformat/
Dtee.c432 static int tee_process_slave_failure(AVFormatContext *avf, unsigned slave_idx, int err_n) in tee_process_slave_failure() argument
435 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure()
445 av_log(avf, AV_LOG_ERROR, "Slave muxer #%u failed, aborting.\n", slave_idx); in tee_process_slave_failure()
449 slave_idx, av_err2str(err_n), tee->nb_alive, tee->nb_slaves); in tee_process_slave_failure()