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

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 189 mBufFrameSize = max(mSrcChannelCount, (uint32_t)FCC_2)
AudioMixer.cpp 42 // The FCC_2 macro refers to the Fixed Channel Count of 2 for the legacy integer mixer.
43 #ifndef FCC_2
44 #define FCC_2 2
    [all...]
  /system/media/audio/include/system/
audio-base.h 152 FCC_2 = 2,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 372 // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
379 uint32_t channelCount = FCC_2; // stereo is default
382 if (channelCount < FCC_2 // mono is not supported at this time
393 if (channelCount >= FCC_2 // mono is not supported at this time
    [all...]
FastMixer.cpp 57 mSinkChannelCount(FCC_2),
Effects.cpp 296 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here
327 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here
    [all...]
Threads.cpp     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 628 config->channel_mask = out->hal_channel_count <= FCC_2
    [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 144 milliseconds