Searched refs:slave_idx (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_multi.c | 52 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() 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() 302 snd_pcm_t *slave = multi->slaves[slave_idx].pcm; in snd_pcm_multi_hw_params_slave() 611 if (c->slave_idx < in snd_pcm_multi_channel_info() 247 snd_pcm_multi_hw_refine_slave(snd_pcm_t *pcm, unsigned int slave_idx, snd_pcm_hw_params_t *sparams) snd_pcm_multi_hw_refine_slave() argument 297 snd_pcm_multi_hw_params_slave(snd_pcm_t *pcm, unsigned int slave_idx, snd_pcm_hw_params_t *sparams) snd_pcm_multi_hw_params_slave() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | tee.c | 430 static int tee_process_slave_failure(AVFormatContext *avf, unsigned slave_idx, int err_n) in tee_process_slave_failure() argument 433 TeeSlave *tee_slave = &tee->slaves[slave_idx]; in tee_process_slave_failure() 443 av_log(avf, AV_LOG_ERROR, "Slave muxer #%u failed, aborting.\n", slave_idx); in tee_process_slave_failure() 447 slave_idx, av_err2str(err_n), tee->nb_alive, tee->nb_slaves); in tee_process_slave_failure()
|
Completed in 3 milliseconds