Searched defs:channel_count (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/
H A Dresampler.c34 uint32_t channel_count; // number of channels (interleaved) member in struct:resampler
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
[all...]
/system/extras/sound/
H A Dplaywav.c25 uint32_t channel_count; member in struct:msm_audio_config
57 config.channel_count = channels;
235 cfg.channel_count = hdr.num_channels;
/system/core/include/system/
H A Daudio.h471 static inline audio_channel_mask_t audio_channel_out_mask_from_count(uint32_t channel_count) argument
473 switch(channel_count) {
496 static inline audio_channel_mask_t audio_channel_in_mask_from_count(uint32_t channel_count) argument
498 switch (channel_count) {

Completed in 1589 milliseconds