Searched refs:getChannelCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp56 printf("player.getChannelCount() = %d\n", player.getChannelCount());
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h72 int32_t getChannelCount() { function in class:AAudioSimplePlayer
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java568 int bytesRequired = format.getSampleRate() * format.getChannelCount() *
580 if (format.getChannelCount() == 2) {
582 } else if (format.getChannelCount() >= 3) {
605 "_capture_" + format.getChannelCount() + "ch_" +
/frameworks/base/media/java/android/media/
H A DAudioRecord.java363 mChannelCount = format.getChannelCount();
368 mChannelCount = format.getChannelCount();
619 mBufferSizeInBytes = mFormat.getChannelCount()
821 public int getChannelCount() { method in class:AudioRecord
H A DAudioFormat.java680 public int getChannelCount() { method in class:AudioFormat
H A DAudioTrack.java900 mBufferSizeInBytes = mFormat.getChannelCount()
951 || format.getChannelCount() < 1) {
967 * format.getChannelCount()
1273 public int getChannelCount() { method in class:AudioTrack

Completed in 532 milliseconds