Searched defs:nbChannels (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/jni/ |
| D | android_media_AudioRecord.cpp | 136 uint32_t nbChannels = AudioSystem::popCount(channels); in android_media_AudioRecord_setup() local 453 jint sampleRateInHertz, jint nbChannels, jint audioFormat) { in android_media_AudioRecord_get_min_buff_size()
|
| D | android_media_AudioTrack.cpp | 189 int nbChannels = AudioSystem::popCount(channels); in android_media_AudioTrack_native_setup() local 753 jint sampleRateInHertz, jint nbChannels, jint audioFormat) { in android_media_AudioTrack_get_min_buff_size()
|
| /frameworks/base/media/java/android/media/ |
| D | AudioRecord.java | 761 int recordSource, int sampleRate, int nbChannels, int audioFormat, int buffSizeInBytes); in native_setup()
|
| D | AudioTrack.java | 1014 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup()
|