summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-11-05 12:36:17 -0800
committerAndreas Huber <andih@google.com>2013-11-05 12:36:17 -0800
commit89b31a3f670d8bec87bed50aaad9bcd8edec66b6 (patch)
tree281e16d135a6c47364ca3ce8d4a4ed66e89cee9f /include
parent3ff5792adfdbf67662a5f8064315a55690d53944 (diff)
downloadframeworks_av-89b31a3f670d8bec87bed50aaad9bcd8edec66b6.zip
frameworks_av-89b31a3f670d8bec87bed50aaad9bcd8edec66b6.tar.gz
frameworks_av-89b31a3f670d8bec87bed50aaad9bcd8edec66b6.tar.bz2
configure bitrate and bitrate mode at encoder initialization for VP8/9
Change-Id: I0389264db4102cabb0c6fcb4ca223d85cc9e86fb related-to-bug: 11536167
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index a8ffd4a..e796ab3 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -264,6 +264,7 @@ private:
status_t setupMPEG4EncoderParameters(const sp<AMessage> &msg);
status_t setupH263EncoderParameters(const sp<AMessage> &msg);
status_t setupAVCEncoderParameters(const sp<AMessage> &msg);
+ status_t setupVPXEncoderParameters(const sp<AMessage> &msg);
status_t verifySupportForProfileAndLevel(int32_t profile, int32_t level);