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

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 189 mBufFrameSize = max(mSrcChannelCount, (uint32_t)FCC_2)
AudioMixer.cpp 41 // The FCC_2 macro refers to the Fixed Channel Count of 2 for the legacy integer mixer.
42 #ifndef FCC_2
43 #define FCC_2 2
    [all...]
  /system/media/audio/include/system/
audio-base.h 152 FCC_2 = 2,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 376 // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
383 uint32_t channelCount = FCC_2; // stereo is default
386 if (channelCount < FCC_2 // mono is not supported at this time
397 if (channelCount >= FCC_2 // mono is not supported at this time
    [all...]
FastMixer.cpp 58 mSinkChannelCount(FCC_2),
Effects.cpp 301 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here
332 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here
    [all...]
Threads.cpp     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 629 config->channel_mask = out->hal_channel_count <= FCC_2
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 300 FCC_2 = 2, // This is typically due to legacy implementation of stereo I/O
    [all...]

Completed in 244 milliseconds