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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeInput.cpp 156 unsigned maxChannels = 1; // one channel is the minimum allowed
162 maxChannels = max(maxChannels, output->numberOfChannels());
166 maxChannels = min(maxChannels, static_cast<unsigned>(node()->channelCount()));
168 return maxChannels;
  /external/aac/libSBRenc/src/
sbr.h 159 INT maxChannels;
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 92 int minChannels, int maxChannels) {
99 mMaxChannels = maxChannels;
  /external/aac/libAACenc/src/
aacEnc_ram.h 148 INT maxChannels; /* used while allocation */
aacenc_lib.cpp     [all...]
aacenc.cpp 366 hAacEnc->maxChannels = nChannels;
531 hAacEnc->maxChannels,
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 340 int chMapPos, maxChannels = 0;
346 maxChannels = 3;
351 maxChannels = 2;
355 maxChannels = 2;
359 maxChannels = 1;
367 if (ch < maxChannels) {
446 int chMapPos, maxChannels = 0;
453 maxChannels = 3;
459 maxChannels = 2;
464 maxChannels = 2
    [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /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/av/include/media/
MediaProfiles.h 321 int minChannels, int maxChannels)
325 mMinChannels(minChannels), mMaxChannels(maxChannels) {}
SoundPool.h 170 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 179 android_media_SoundPool_SoundPoolImpl_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jint streamType, jint srcQuality)
182 SoundPool *ap = new SoundPool(maxChannels, (audio_stream_type_t) streamType, srcQuality);
  /frameworks/av/media/libmedia/
SoundPool.cpp 38 SoundPool::SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality)
40 ALOGV("SoundPool constructor: maxChannels=%d, streamType=%d, srcQuality=%d",
41 maxChannels, streamType, srcQuality);
44 mMaxChannels = maxChannels;
51 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
  /frameworks/av/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...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 491 SLint16 maxChannels;
506 SLint16 maxChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 639 milliseconds

1 2 3