Home | History | Annotate | Download | only in libmedia

Lines Matching refs:channelCount

52         int channelCount)
55 if (AudioSystem::getInputBufferSize(sampleRate, format, channelCount, &size)
62 ALOGE("Unsupported configuration: sampleRate %d, format %d, channelCount %d",
63 sampleRate, format, channelCount);
71 size /= channelCount * audio_bytes_per_sample(format);
164 int channelCount = popcount(channelMask);
186 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelCount);
218 mChannelCount = (uint8_t)channelCount;
256 int AudioRecord::channelCount() const
269 return channelCount()*audio_bytes_per_sample(mFormat);
588 audioBuffer->channelCount= mChannelCount;