/frameworks/base/media/java/android/media/ |
D | EncoderCapabilities.java | 102 int minChannels, int maxChannels) { in AudioEncoderCap() argument 109 mMaxChannels = maxChannels; in AudioEncoderCap()
|
D | MediaCodecInfo.java | 1178 int maxChannels = MAX_INPUT_CHANNEL_COUNT; in applyLevelLimits() local 1187 maxChannels = 2; in applyLevelLimits() 1191 maxChannels = 1; in applyLevelLimits() 1195 maxChannels = 1; in applyLevelLimits() 1204 maxChannels = 48; in applyLevelLimits() 1208 maxChannels = 255; in applyLevelLimits() 1212 maxChannels = 255; in applyLevelLimits() 1216 maxChannels = AudioSystem.OUT_CHANNEL_COUNT_MAX; in applyLevelLimits() 1220 maxChannels = 255; in applyLevelLimits() 1229 maxChannels = 1; in applyLevelLimits() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_MediaProfiles.cpp | 144 int maxChannels = sProfiles->getAudioEncoderParamByName("enc.aud.ch.max", encoder); in android_media_MediaProfiles_native_get_audio_encoder_cap() local 149 (minChannels == -1 || maxChannels == -1)) { in android_media_MediaProfiles_native_get_audio_encoder_cap() 162 minChannels, maxChannels); in android_media_MediaProfiles_native_get_audio_encoder_cap()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | KnownBandsChannelHelper.java | 247 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings() argument 248 if ((mChannels.size() > maxChannels || mAllBands == mExactBands) in fillBucketSettings()
|
D | BackgroundScanScheduler.java | 196 public WifiNative.BucketSettings createBucketSettings(int bucketId, int maxChannels) { in createBucketSettings() argument 240 mChannelCollection.fillBucketSettings(bucketSettings, maxChannels); in createBucketSettings() 341 public void setMaxChannelsPerBucket(int maxChannels) { in setMaxChannelsPerBucket() argument 342 mMaxChannelsPerBucket = maxChannels; in setMaxChannelsPerBucket()
|
D | ChannelHelper.java | 222 public abstract void fillBucketSettings(WifiNative.BucketSettings bucket, int maxChannels); in fillBucketSettings() argument
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 308 int minChannels, int maxChannels) in AudioEncoderCap() 312 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 44 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) in SoundPool() argument 47 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags); in SoundPool() 50 mMaxChannels = maxChannels; in SoundPool() 57 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels); in SoundPool()
|
D | android_media_SoundPool.cpp | 182 jint maxChannels, jobject jaa) in android_media_SoundPool_native_setup() argument 204 SoundPool *ap = new SoundPool(maxChannels, paa); in android_media_SoundPool_native_setup()
|
D | SoundPool.h | 168 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 946 int maxChannels = 0; in configureHdmiPlugIntent() local 949 if (channelCount > maxChannels) { in configureHdmiPlugIntent() 950 maxChannels = channelCount; in configureHdmiPlugIntent() 953 intent.putExtra(AudioManager.EXTRA_MAX_CHANNEL_COUNT, maxChannels); in configureHdmiPlugIntent()
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResampler.cpp | 271 const int maxChannels = quality < DYN_LOW_QUALITY ? 2 : 8; in AudioResampler() local 273 || inChannelCount > maxChannels) { in AudioResampler()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1565 int maxChannels = in clipNumberOfAudioChannels() local 1568 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels() 1570 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels() 1571 mAudioChannels = maxChannels; in clipNumberOfAudioChannels()
|
/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
|