summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2014-08-01 15:14:14 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2014-08-05 14:33:32 -0700
commitb97cc6a9a3c81215e365c61b071a932073b56ff2 (patch)
tree4bb80b18be290f9d3758a2b13c532daa7af224c4 /include
parent3c6fac2c807e4234953dcdc793029a82d1f3a089 (diff)
downloadframeworks_av-b97cc6a9a3c81215e365c61b071a932073b56ff2.zip
frameworks_av-b97cc6a9a3c81215e365c61b071a932073b56ff2.tar.gz
frameworks_av-b97cc6a9a3c81215e365c61b071a932073b56ff2.tar.bz2
AAC encoder: add support for SBR mode selection
Change-Id: Ibc07bff7710398929c135f38324dd29857fa0ea6
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 7e4a1d9..a68adea 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -251,7 +251,7 @@ private:
status_t setupAACCodec(
bool encoder,
int32_t numChannels, int32_t sampleRate, int32_t bitRate,
- int32_t aacProfile, bool isADTS);
+ int32_t aacProfile, bool isADTS, int32_t sbrMode);
status_t setupAC3Codec(bool encoder, int32_t numChannels, int32_t sampleRate);