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

  /frameworks/av/services/audioflinger/
FastMixer.cpp 48 #define FCC_2 2 // fixed channel count assumption
237 ALOG_ASSERT(Format_channelCount(format) == FCC_2);
253 mixBuffer = new short[frameCount * FCC_2];
475 memset(mixBuffer, 0, frameCount * FCC_2 * sizeof(short));
    [all...]
AudioFlinger.cpp     [all...]
AudioFlinger.h 78 // The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
80 #define FCC_2 2 // FCC_2 = Fixed Channel Count 2
Threads.cpp     [all...]

Completed in 537 milliseconds