summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/RecordTracks.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-03-29 01:13:58 -0700
committerAndy Hung <hunga@google.com>2015-04-08 15:55:46 -0700
commit73c02e4277b399c2ec1555d32b6ad5df23bb83dc (patch)
treec42d75e42eda5b09915c0962107083f1c55dc74a /services/audioflinger/RecordTracks.h
parent97a893eb34f8687485c88eaf15917974a203f20b (diff)
downloadframeworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.zip
frameworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.tar.gz
frameworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.tar.bz2
Improve ResamplerBufferProvider
Change-Id: I3cc3af221ad5797ff219d75227350733afa180db
Diffstat (limited to 'services/audioflinger/RecordTracks.h')
-rw-r--r--services/audioflinger/RecordTracks.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/services/audioflinger/RecordTracks.h b/services/audioflinger/RecordTracks.h
index 5537ca2..25d6d95 100644
--- a/services/audioflinger/RecordTracks.h
+++ b/services/audioflinger/RecordTracks.h
@@ -67,14 +67,6 @@ private:
bool mOverflow; // overflow on most recent attempt to fill client buffer
-
- size_t mRsmpInUnrel; // unreleased frames remaining from
- // most recent getNextBuffer
- // for debug only
-
- // rolling counter that is never cleared
- int32_t mRsmpInFront; // next available frame
-
AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
// sync event triggering actual audio capture. Frames read before this event will