Lines Matching defs:src_channels
1037 size_t src_channels = in->config.channels;
1039 bool channel_remapping_needed = (dst_channels != src_channels);
1040 size_t src_buffer_size = frames_num * src_channels * bytes_per_sample;
1064 in->proc_buf_frames * src_channels * bytes_per_sample,
1099 in->proc_buf_in + in_buf.frameCount * src_channels * bytes_per_sample,
1138 size_t ret = adjust_channels(proc_buf_out, src_channels, buffer, dst_channels,
1139 bytes_per_sample, frames_wr * src_channels * bytes_per_sample);
2142 size_t src_channels = audio_channel_count_from_out_mask(out->channel_mask);
2144 bool channel_remapping_needed = (dst_channels != src_channels);
2165 size_t dest_buffer_size = audio_bytes * dst_channels / src_channels;
2176 new_size = adjust_channels(audio_data, src_channels, out->proc_buf_out, dst_channels,