Loading services/audioflinger/AudioFlinger.h +0 −8 Original line number Diff line number Diff line Loading @@ -78,14 +78,6 @@ class ServerProxy; // ---------------------------------------------------------------------------- // The macro FCC_2 highlights some (but not all) places where there are are 2-channel assumptions. // This is typically due to legacy implementation of stereo input or output. // Search also for "2", "left", "right", "[0]", "[1]", ">> 16", "<< 16", etc. #define FCC_2 2 // FCC_2 = Fixed Channel Count 2 // The macro FCC_8 highlights places where there are 8-channel assumptions. // This is typically due to audio mixer and resampler limitations. #define FCC_8 8 // FCC_8 = Fixed Channel Count 8 static const nsecs_t kDefaultStandbyTimeInNsecs = seconds(3); Loading services/audioflinger/FastMixer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ #include "AudioMixer.h" #include "FastMixer.h" #define FCC_2 2 // fixed channel count assumption namespace android { /*static*/ const FastMixerState FastMixer::sInitial; Loading Loading
services/audioflinger/AudioFlinger.h +0 −8 Original line number Diff line number Diff line Loading @@ -78,14 +78,6 @@ class ServerProxy; // ---------------------------------------------------------------------------- // The macro FCC_2 highlights some (but not all) places where there are are 2-channel assumptions. // This is typically due to legacy implementation of stereo input or output. // Search also for "2", "left", "right", "[0]", "[1]", ">> 16", "<< 16", etc. #define FCC_2 2 // FCC_2 = Fixed Channel Count 2 // The macro FCC_8 highlights places where there are 8-channel assumptions. // This is typically due to audio mixer and resampler limitations. #define FCC_8 8 // FCC_8 = Fixed Channel Count 8 static const nsecs_t kDefaultStandbyTimeInNsecs = seconds(3); Loading
services/audioflinger/FastMixer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -41,8 +41,6 @@ #include "AudioMixer.h" #include "FastMixer.h" #define FCC_2 2 // fixed channel count assumption namespace android { /*static*/ const FastMixerState FastMixer::sInitial; Loading