Searched refs:n_channel_volumes (Results 1 – 2 of 2) sorted by relevance
467 uint32_t n_channel_volumes, float *channel_volumes) in impl_channelmix_set_volume() argument475 spa_log_debug(mix->log, "volume:%f mute:%d n_volumes:%d", volume, mute, n_channel_volumes); in impl_channelmix_set_volume()478 for (i = 0; i < n_channel_volumes; i++) { in impl_channelmix_set_volume()484 if (n_channel_volumes == src_chan) { in impl_channelmix_set_volume()490 } else if (n_channel_volumes == dst_chan) { in impl_channelmix_set_volume()
78 uint32_t n_channel_volumes, float *channel_volumes);