Searched refs:dst_chans (Results 1 – 1 of 1) sorted by relevance
219 int dst_chans; in virtual_oss_process() local463 dst_chans = pvc->channels; in virtual_oss_process()465 if (dst_chans > (int)voss_max_channels) in virtual_oss_process()470 for (x = 0; x != dst_chans; x++) { in virtual_oss_process()477 for (y = 0; y != (samples * dst_chans); y += dst_chans) in virtual_oss_process()483 &pvc->rx_noise_rem, src_chans, dst_chans, samples, in virtual_oss_process()488 dst_chans, samples, shift_fmt); in virtual_oss_process()496 pvc->rx_samples += samples * dst_chans; in virtual_oss_process()500 buffer_temp, samples * dst_chans); in virtual_oss_process()532 dst_chans = pvc->channels; in virtual_oss_process()[all …]