Home | History | Annotate | Download | only in audio_utils

Lines Matching defs:channel_count

34     uint32_t channel_count;                     // number of channels (interleaved)
105 rsmp->in_buf_size * rsmp->channel_count * sizeof(int16_t));
113 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count,
115 buf.frame_count * rsmp->channel_count * sizeof(int16_t));
122 if (rsmp->channel_count == 1) {
133 out + framesWr * rsmp->channel_count,
144 rsmp->in_buf + inFrames * rsmp->channel_count,
145 rsmp->frames_in * rsmp->channel_count * sizeof(int16_t));
169 if (rsmp->channel_count == 1) {
233 rsmp->channel_count = channelCount;