summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2014-10-02 12:47:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-02 12:47:08 +0000
commite7c6790095545fa4e2bd6d534ae8d8a6fb486f37 (patch)
treecf4454db136eb3a76582c2f4a6c7950cf7eb88ce /include
parentf75baebba3a35780df156d1378e18c38097f7c6c (diff)
parentbc6b959b0ff5f4fc83a049cba989edc0a06ae043 (diff)
downloadframeworks_av-e7c6790095545fa4e2bd6d534ae8d8a6fb486f37.zip
frameworks_av-e7c6790095545fa4e2bd6d534ae8d8a6fb486f37.tar.gz
frameworks_av-e7c6790095545fa4e2bd6d534ae8d8a6fb486f37.tar.bz2
am bc6b959b: am 52cb10c4: am d0b9efe7: Merge "add AAC audio decoder params for PCM limiter enable" into lmp-dev
* commit 'bc6b959b0ff5f4fc83a049cba989edc0a06ae043': add AAC audio decoder params for PCM limiter enable
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index da4c20c..df0dc58 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -267,7 +267,8 @@ private:
bool encoder,
int32_t numChannels, int32_t sampleRate, int32_t bitRate,
int32_t aacProfile, bool isADTS, int32_t sbrMode,
- int32_t maxOutputChannelCount, const drcParams_t& drc);
+ int32_t maxOutputChannelCount, const drcParams_t& drc,
+ int32_t pcmLimiterEnable);
status_t setupAC3Codec(bool encoder, int32_t numChannels, int32_t sampleRate);