Home
last modified time | relevance | path

Searched refs:maxChannels (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/
DEncoderCapabilities.java91 int minChannels, int maxChannels) { in AudioEncoderCap() argument
98 mMaxChannels = maxChannels; in AudioEncoderCap()
DMediaCodecInfo.java623 int maxChannels = 0; in applyLevelLimits() local
632 maxChannels = 2; in applyLevelLimits()
636 maxChannels = 1; in applyLevelLimits()
640 maxChannels = 1; in applyLevelLimits()
649 maxChannels = 48; in applyLevelLimits()
653 maxChannels = 255; in applyLevelLimits()
657 maxChannels = 255; in applyLevelLimits()
661 maxChannels = 8; in applyLevelLimits()
665 maxChannels = 255; in applyLevelLimits()
674 maxChannels = 1; in applyLevelLimits()
[all …]
DAudioService.java4865 int maxChannels = 0; in configureHdmiPlugIntent() local
4868 if (channelCount > maxChannels) { in configureHdmiPlugIntent()
4869 maxChannels = channelCount; in configureHdmiPlugIntent()
4872 intent.putExtra(AudioManager.EXTRA_MAX_CHANNEL_COUNT, maxChannels); in configureHdmiPlugIntent()
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp142 int maxChannels = sProfiles->getAudioEncoderParamByName("enc.aud.ch.max", encoder); in android_media_MediaProfiles_native_get_audio_encoder_cap() local
147 (minChannels == -1 || maxChannels == -1)) { in android_media_MediaProfiles_native_get_audio_encoder_cap()
160 minChannels, maxChannels); in android_media_MediaProfiles_native_get_audio_encoder_cap()
/frameworks/av/media/libmedia/
DSoundPool.cpp43 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) in SoundPool() argument
46 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags); in SoundPool()
49 mMaxChannels = maxChannels; in SoundPool()
56 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels); in SoundPool()
/frameworks/av/include/media/
DMediaProfiles.h332 int minChannels, int maxChannels) in AudioEncoderCap()
336 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
DSoundPool.h170 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool_SoundPoolImpl.cpp187 jint maxChannels, jobject jaa) in android_media_SoundPool_SoundPoolImpl_native_setup() argument
209 SoundPool *ap = new SoundPool(maxChannels, paa); in android_media_SoundPool_SoundPoolImpl_native_setup()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1340 int maxChannels = in clipNumberOfAudioChannels() local
1343 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()
1345 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels()
1346 mAudioChannels = maxChannels; in clipNumberOfAudioChannels()
/frameworks/av/services/audioflinger/
DAudioResampler.cpp270 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8; in AudioResampler() local
272 || inChannelCount > maxChannels) { in AudioResampler()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h491 SLint16 maxChannels; member
506 SLint16 maxChannels; member
2279 SLuint32 maxChannels; member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h1861 XAint16 maxChannels; member
1875 XAint16 maxChannels; member
2717 XAuint32 maxChannels; member