Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DEncoderCapabilities.java92 int minChannels, int maxChannels) { in AudioEncoderCap() argument
99 mMaxChannels = maxChannels; in AudioEncoderCap()
/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.cpp42 SoundPool::SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality) in SoundPool() argument
45 maxChannels, streamType, srcQuality); in SoundPool()
48 mMaxChannels = maxChannels; in SoundPool()
55 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels); in SoundPool()
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp179 android_media_SoundPool_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, … in android_media_SoundPool_native_setup() argument
182 SoundPool *ap = new SoundPool(maxChannels, (audio_stream_type_t) streamType, srcQuality); in android_media_SoundPool_native_setup()
/frameworks/av/include/media/
DMediaProfiles.h321 int minChannels, int maxChannels) in AudioEncoderCap()
325 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
DSoundPool.h167 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1226 int maxChannels = in clipNumberOfAudioChannels() local
1229 if (maxChannels != -1 && mAudioChannels > maxChannels) { in clipNumberOfAudioChannels()
1231 " and will be set to (%d)", mAudioChannels, maxChannels); in clipNumberOfAudioChannels()
1232 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