Searched defs:nbChannels (Results 1 – 7 of 7) sorted by relevance
/frameworks/media/libvideoeditor/vss/common/inc/ |
D | M4PCMR_CoreReader.h | 54 M4OSA_UInt16 nbChannels; member
|
D | M4WRITER_common.h | 149 M4OSA_UInt16 nbChannels; /**< Number of channels */ member
|
/frameworks/media/libvideoeditor/vss/src/ |
D | VideoEditorResampler.cpp | 45 int nbChannels; member
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 140 uint32_t nbChannels = popcount(channels); in android_media_AudioRecord_setup() local 486 jint sampleRateInHertz, jint nbChannels, jint audioFormat) { in android_media_AudioRecord_get_min_buff_size()
|
D | android_media_AudioTrack.cpp | 196 int nbChannels = popcount(nativeChannelMask); in android_media_AudioTrack_native_setup() local 801 jint sampleRateInHertz, jint nbChannels, jint audioFormat) { in android_media_AudioTrack_get_min_buff_size()
|
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 783 int recordSource, int sampleRate, int nbChannels, int audioFormat, in native_setup()
|
D | AudioTrack.java | 1149 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup()
|