Home | History | Annotate | Download | only in base

Lines Matching refs:ch

166     for (int ch = 0; ch < channel_count_; ++ch) {
168 reinterpret_cast<const float*>(channel_data_[ch]) +
170 memcpy(dest->channel(ch) + dest_frame_offset,
180 for (int ch = 0; ch < channel_count_; ++ch) {
182 reinterpret_cast<const int16*>(channel_data_[ch]) +
184 float* dest_data = dest->channel(ch) + dest_frame_offset;
196 for (int ch = 0; ch < channel_count_; ++ch) {
197 float* dest_data = dest->channel(ch) + dest_frame_offset;
198 for (int i = 0, offset = ch; i < frames_to_copy;