HomeSort by relevance Sort by last modified time
    Searched refs:FCC_8 (Results 1 - 18 of 18) 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/qcom/audio/hal/
audio_hw.h 52 #define MAX_SUPPORTED_CHANNEL_MASKS (2 * FCC_8) /* support positional and index masks to 8ch */
  /system/media/audio_utils/
tinysndfile.c 185 if ((channels < 1) || (channels > FCC_8)) {
302 (info->channels > 0 && info->channels <= FCC_8) &&
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 51 static constexpr uint32_t MAX_NUM_CHANNELS = FCC_8;
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 630 if (out->hal_channel_count > FCC_8) {
631 out->hal_channel_count = FCC_8;
    [all...]
  /system/media/audio/include/system/
audio-base.h 182 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...]
  /hardware/interfaces/audio/common/4.0/
types.hal 305 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
751 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 690 if ((numChannels < 1) || (numChannels > FCC_8)) {
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp     [all...]

Completed in 327 milliseconds