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

  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 289 pContext->bufferSizeOut = LVREV_MAX_FRAME_SIZE * sizeof(process_buffer_t) * FCC_2;
376 if (!(channels == 1 || channels == FCC_2) ) {
383 size_t outSize = frameCount * sizeof(process_buffer_t) * FCC_2;
454 frameCount * sizeof(*pContext->OutFrames) * FCC_2); //always stereo here
480 (size_t)frameCount * FCC_2);
483 memcpy_to_i16_from_q4_27(OutFrames16, pContext->OutFrames, (size_t)frameCount * FCC_2);
488 for (int i = 0; i < frameCount * FCC_2; i++) { // always stereo here
493 for (int i = 0; i < frameCount * FCC_2; i++) { // always stereo here
499 (size_t)frameCount * FCC_2);
502 for (int i=0; i < frameCount * FCC_2; i++) { // always stereo her
    [all...]
  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 194 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...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 162 if (channelCount != FCC_2) return -EINVAL;
446 inIdx += FCC_2; // integer supports stereo only.
  /frameworks/av/services/audioflinger/
AudioFlinger.h 379 // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
390 ? AudioMixer::MAX_NUM_CHANNELS : FCC_2;
391 if (channelCount < FCC_2 // mono is not supported at this time
401 if (channelCount >= FCC_2 // mono is not supported at this time
    [all...]
FastMixer.cpp 60 mSinkChannelCount(FCC_2),
Effects.cpp     [all...]
Threads.cpp     [all...]
  /frameworks/av/media/extractors/wav/
WAVExtractor.cpp 226 if (mNumChannels != 1 && mNumChannels != FCC_2) {
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 58 static constexpr uint32_t MAX_NUM_VOLUMES = FCC_2; // stereo volume only
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp 224 if (supportedChannelCount <= FCC_2) {

Completed in 1317 milliseconds