Home | History | Annotate | Download | only in audio_utils

Lines Matching refs:channel_count

35     uint32_t channel_count;                     // number of channels (interleaved)
106 rsmp->in_buf_size * rsmp->channel_count * sizeof(int16_t));
114 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count,
116 buf.frame_count * rsmp->channel_count * sizeof(int16_t));
123 if (rsmp->channel_count == 1) {
134 out + framesWr * rsmp->channel_count,
145 rsmp->in_buf + inFrames * rsmp->channel_count,
146 rsmp->frames_in * rsmp->channel_count * sizeof(int16_t));
170 if (rsmp->channel_count == 1) {
234 rsmp->channel_count = channelCount;