Searched refs:dst_channels (Results 1 – 1 of 1) sorted by relevance
1565 size_t dst_channels = audio_channel_count_from_in_mask(in->main_channels); in read_and_process_frames() local1569 bool has_additional_channels = (dst_channels != src_channels) ? true : false; in read_and_process_frames()1703 if (dst_channels == 1) { in read_and_process_frames()1712 memcpy(dst_buffer, src_buffer, dst_channels*sizeof(int16_t)); in read_and_process_frames()1713 dst_buffer += dst_channels; in read_and_process_frames()