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

/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp270 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8; local
272 || inChannelCount > maxChannels) {
/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java91 int minChannels, int maxChannels) {
98 mMaxChannels = maxChannels;
88 AudioEncoderCap(int codec, int minBitRate, int maxBitRate, int minSampleRate, int maxSampleRate, int minChannels, int maxChannels) argument
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp187 jint maxChannels, jobject jaa)
209 SoundPool *ap = new SoundPool(maxChannels, paa);
186 android_media_SoundPool_SoundPoolImpl_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jobject jaa) 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/media/libmedia/
H A DSoundPool.cpp43 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) argument
45 ALOGV("SoundPool constructor: maxChannels=%d, attr.usage=%d, attr.flags=0x%x, attr.tags=%s",
46 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags);
49 mMaxChannels = maxChannels;
56 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
/frameworks/av/include/media/
H A DMediaProfiles.h332 int minChannels, int maxChannels)
336 mMinChannels(minChannels), mMaxChannels(maxChannels) {}
329 AudioEncoderCap(audio_encoder codec, int minBitRate, int maxBitRate, int minSampleRate, int maxSampleRate, int minChannels, int maxChannels) argument
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1340 int maxChannels = local
1343 if (maxChannels != -1 && mAudioChannels > maxChannels) {
1345 " and will be set to (%d)", mAudioChannels, maxChannels);
1346 mAudioChannels = maxChannels;
/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_
/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_

Completed in 181 milliseconds