Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp133 const int maxChannels = in LLVMFuzzerTestOneInput() local
135 if (dstChannelCount < 1 || dstChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()
140 if (srcChannelCount < 1 || srcChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()
/frameworks/base/media/java/android/media/
DEncoderCapabilities.java103 int minChannels, int maxChannels) { in AudioEncoderCap() argument
110 mMaxChannels = maxChannels; in AudioEncoderCap()
DMediaCodecInfo.java1412 int maxChannels = MAX_INPUT_CHANNEL_COUNT; in applyLevelLimits() local
1421 maxChannels = 2; in applyLevelLimits()
1425 maxChannels = 1; in applyLevelLimits()
1429 maxChannels = 1; in applyLevelLimits()
1438 maxChannels = 48; in applyLevelLimits()
1442 maxChannels = 255; in applyLevelLimits()
1446 maxChannels = 255; in applyLevelLimits()
1450 maxChannels = AudioSystem.OUT_CHANNEL_COUNT_MAX; in applyLevelLimits()
1454 maxChannels = 255; in applyLevelLimits()
1463 maxChannels = 1; in applyLevelLimits()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp144 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/av/media/libmedia/include/media/
DMediaProfiles.h458 int minChannels, int maxChannels) in AudioEncoderCap()
462 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
/frameworks/av/media/libaudioprocessing/
DAudioResampler.cpp271 const int maxChannels = quality < DYN_LOW_QUALITY ? FCC_2 : FCC_LIMIT; in AudioResampler() local
273 || inChannelCount > maxChannels) { in AudioResampler()
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp497 jint maxChannels, jobject jaa, jstring opPackageName) in android_media_SoundPool_native_setup() argument
523 maxChannels, audioAttributes, opPackageNameStr.c_str()); in android_media_SoundPool_native_setup()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java1522 int maxChannels = 0; in configureHdmiPlugIntent() local
1525 if (channelCount > maxChannels) { in configureHdmiPlugIntent()
1526 maxChannels = channelCount; in configureHdmiPlugIntent()
1529 intent.putExtra(AudioManager.EXTRA_MAX_CHANNEL_COUNT, maxChannels); in configureHdmiPlugIntent()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1848 int maxChannels = in clipNumberOfAudioChannels() local
1851 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()
1853 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels()
1854 mAudioChannels = maxChannels; in clipNumberOfAudioChannels()
/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