HomeSort by relevance Sort by last modified time
    Searched refs:maxChannels (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.cpp 165 unsigned maxChannels = 1; // one channel is the minimum allowed
169 maxChannels = max(maxChannels, output->bus()->numberOfChannels());
172 return maxChannels;
180 unsigned maxChannels = 1; // one channel is the minimum allowed
183 maxChannels = max(maxChannels, renderingOutput(i)->bus()->numberOfChannels());
185 return maxChannels;
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 92 int minChannels, int maxChannels) {
99 mMaxChannels = maxChannels;
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 179 android_media_SoundPool_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jint streamType, jint srcQuality)
182 SoundPool *ap = new SoundPool(maxChannels, streamType, srcQuality);
SoundPool.cpp 42 SoundPool::SoundPool(int maxChannels, int streamType, int srcQuality)
44 LOGV("SoundPool constructor: maxChannels=%d, streamType=%d, srcQuality=%d",
45 maxChannels, streamType, srcQuality);
48 mMaxChannels = maxChannels;
55 LOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
SoundPool.h 165 SoundPool(int maxChannels, int streamType, int srcQuality);
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 142 int maxChannels = sProfiles->getAudioEncoderParamByName("enc.aud.ch.max", encoder);
147 (minChannels == -1 || maxChannels == -1)) {
160 minChannels, maxChannels);
  /frameworks/base/include/media/
MediaProfiles.h 321 int minChannels, int maxChannels)
325 mMinChannels(minChannels), mMaxChannels(maxChannels) {}
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]

Completed in 892 milliseconds