Searched refs:maxChannels (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | EncoderCapabilities.java | 91 int minChannels, int maxChannels) { in AudioEncoderCap() argument 98 mMaxChannels = maxChannels; in AudioEncoderCap()
|
D | MediaCodecInfo.java | 623 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 …]
|
D | AudioService.java | 4865 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/ |
D | android_media_MediaProfiles.cpp | 142 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/ |
D | SoundPool.cpp | 43 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/ |
D | MediaProfiles.h | 332 int minChannels, int maxChannels) in AudioEncoderCap() 336 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
|
D | SoundPool.h | 170 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool_SoundPoolImpl.cpp | 187 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/ |
D | StagefrightRecorder.cpp | 1340 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/ |
D | AudioResampler.cpp | 270 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8; in AudioResampler() local 272 || inChannelCount > maxChannels) { in AudioResampler()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 491 SLint16 maxChannels; member 506 SLint16 maxChannels; member 2279 SLuint32 maxChannels; member
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1861 XAint16 maxChannels; member 1875 XAint16 maxChannels; member 2717 XAuint32 maxChannels; member
|