summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-11-01 16:03:19 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-01 16:03:19 -0700
commitea4d950e9d2cfbb06fde1ccb6ddada5adb0a726e (patch)
treee695f0dfa1dafb3978144842eb29066534d0c003 /include
parent85ab62c4b433df3f1a9826bed1c9bec07a86c750 (diff)
parentd37ee8fb36c972bf8d07868700a2c47358e25eb4 (diff)
downloadframeworks_av-ea4d950e9d2cfbb06fde1ccb6ddada5adb0a726e.zip
frameworks_av-ea4d950e9d2cfbb06fde1ccb6ddada5adb0a726e.tar.gz
frameworks_av-ea4d950e9d2cfbb06fde1ccb6ddada5adb0a726e.tar.bz2
am d37ee8fb: am 96076964: Make video encoders\' bitrate mode (constant, variable, ...) configurable
* commit 'd37ee8fb36c972bf8d07868700a2c47358e25eb4': Make video encoders' bitrate mode (constant, variable, ...) configurable
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index d27f463..cba8a6b 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -242,7 +242,10 @@ private:
status_t setupAVCEncoderParameters(const sp<AMessage> &msg);
status_t verifySupportForProfileAndLevel(int32_t profile, int32_t level);
- status_t configureBitrate(int32_t bitrate);
+
+ status_t configureBitrate(
+ int32_t bitrate, OMX_VIDEO_CONTROLRATETYPE bitrateMode);
+
status_t setupErrorCorrectionParameters();
status_t initNativeWindow();