Searched refs:maxChannels (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java92 int minChannels, int maxChannels) {
99 mMaxChannels = maxChannels;
89 AudioEncoderCap(int codec, int minBitRate, int maxBitRate, int minSampleRate, int maxSampleRate, int minChannels, int maxChannels) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp142 int maxChannels = sProfiles->getAudioEncoderParamByName("enc.aud.ch.max", encoder); local
147 (minChannels == -1 || maxChannels == -1)) {
160 minChannels, maxChannels);
/frameworks/av/include/media/
H A DMediaProfiles.h321 int minChannels, int maxChannels)
325 mMinChannels(minChannels), mMaxChannels(maxChannels) {}
318 AudioEncoderCap(audio_encoder codec, int minBitRate, int maxBitRate, int minSampleRate, int maxSampleRate, int minChannels, int maxChannels) argument
H A DSoundPool.h165 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp179 android_media_SoundPool_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jint streamType, jint srcQuality) argument
182 SoundPool *ap = new SoundPool(maxChannels, (audio_stream_type_t) streamType, srcQuality);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp42 SoundPool::SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality) argument
44 ALOGV("SoundPool constructor: maxChannels=%d, streamType=%d, srcQuality=%d",
45 maxChannels, streamType, srcQuality);
48 mMaxChannels = maxChannels;
55 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1217 int maxChannels = local
1220 if (maxChannels != -1 && mAudioChannels > maxChannels) {
1222 " and will be set to (%d)", mAudioChannels, maxChannels);
1223 mAudioChannels = maxChannels;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1861 XAint16 maxChannels; member in struct:XAAudioInputDescriptor_
1875 XAint16 maxChannels; member in struct:XAAudioOutputDescriptor_
2717 XAuint32 maxChannels; member in struct:XAAudioCodecDescriptor_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h491 SLint16 maxChannels; member in struct:SLAudioInputDescriptor_
506 SLint16 maxChannels; member in struct:SLAudioOutputDescriptor_
2279 SLuint32 maxChannels; member in struct:SLAudioCodecDescriptor_

Completed in 143 milliseconds