Searched refs:maxChannels (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | EncoderCapabilities.java | 92 int minChannels, int maxChannels) { in AudioEncoderCap() argument 99 mMaxChannels = maxChannels; in AudioEncoderCap()
|
/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 | 42 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/ |
D | android_media_SoundPool.cpp | 179 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/ |
D | MediaProfiles.h | 321 int minChannels, int maxChannels) in AudioEncoderCap() 325 mMinChannels(minChannels), mMaxChannels(maxChannels) {} in AudioEncoderCap()
|
D | SoundPool.h | 167 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1226 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/ |
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
|