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

  /frameworks/av/services/audiopolicy/common/include/
policy.h 32 #define MAX_MIXER_CHANNEL_COUNT FCC_8
  /frameworks/wilhelm/src/android/
channels.h 23 #define SL_ANDROID_SPEAKER_COUNT_MAX FCC_8
channels.cpp 34 if (channelCount > FCC_8) {
56 // FIXME FCC_8
AudioPlayer_to_android.cpp     [all...]
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.cpp 29 #define SAMPLES_PER_FRAME_MAX FCC_8
AudioStreamBuilder.cpp 46 #define SAMPLES_PER_FRAME_MAX FCC_8
  /frameworks/av/services/audioflinger/
FastCapture.cpp 109 ALOG_ASSERT(channelCount >= 1 && channelCount <= FCC_8);
Threads.cpp     [all...]
AudioFlinger.cpp     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 621 if (out->hal_channel_count > FCC_8) {
622 out->hal_channel_count = FCC_8;
    [all...]
  /system/media/audio_utils/
tinysndfile.c 185 if ((channels < 1) || (channels > FCC_8)) {
302 (info->channels > 0 && info->channels <= FCC_8) &&
  /system/media/audio/include/system/
audio-base.h 153 FCC_8 = 8,
  /hardware/interfaces/audio/common/2.0/
types.hal 301 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
790 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 693 if ((numChannels < 1) || (numChannels > FCC_8)) {
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp     [all...]

Completed in 567 milliseconds