summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-08-04 20:43:10 -0700
committerAndy Hung <hunga@google.com>2014-08-04 20:43:10 -0700
commit5241b8cacee86e17223695190959f4752910680f (patch)
tree7294f55179540aaf0c3050839d5193bb98c0cb3c /services/audioflinger/AudioMixer.h
parent63c0ce7ab7bd99d51414dcb4f765bc6faabf367d (diff)
downloadframeworks_av-5241b8cacee86e17223695190959f4752910680f.zip
frameworks_av-5241b8cacee86e17223695190959f4752910680f.tar.gz
frameworks_av-5241b8cacee86e17223695190959f4752910680f.tar.bz2
Remove unused TwoTrack process mode from AudioMixer
Legacy code that has not been hooked up. Change-Id: Ic01a4eddfa1020089d5bc42f58b6a4697698c27a
Diffstat (limited to 'services/audioflinger/AudioMixer.h')
-rw-r--r--services/audioflinger/AudioMixer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/audioflinger/AudioMixer.h b/services/audioflinger/AudioMixer.h
index 5ba377b..3b972bb 100644
--- a/services/audioflinger/AudioMixer.h
+++ b/services/audioflinger/AudioMixer.h
@@ -408,10 +408,6 @@ private:
static void process__genericResampling(state_t* state, int64_t pts);
static void process__OneTrack16BitsStereoNoResampling(state_t* state,
int64_t pts);
-#if 0
- static void process__TwoTracks16BitsStereoNoResampling(state_t* state,
- int64_t pts);
-#endif
static int64_t calculateOutputPTS(const track_t& t, int64_t basePTS,
int outputFrameIndex);