Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1909)

Unified Diff: media/base/android/sdk_media_codec_bridge.h

Issue 2434053002: Android: tuning Exynos HW H264 encoding performance. (Closed)
Patch Set: address comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/base/android/sdk_media_codec_bridge.h
diff --git a/media/base/android/sdk_media_codec_bridge.h b/media/base/android/sdk_media_codec_bridge.h
index 82684af881e3c816668c470f6da4b6d30d9fd01e..4a1ce0aece32637efa1632b0f796b2b383d41767 100644
--- a/media/base/android/sdk_media_codec_bridge.h
+++ b/media/base/android/sdk_media_codec_bridge.h
@@ -157,7 +157,7 @@ class MEDIA_EXPORT VideoCodecBridge : public SdkMediaCodecBridge {
int i_frame_interval, // count
int color_format); // MediaCodecInfo.CodecCapabilities.
- void SetVideoBitrate(int bps);
+ void SetVideoBitrate(int bps, int frame_rate);
void RequestKeyFrameSoon();
// Returns whether adaptive playback is supported for this object given
« no previous file with comments | « media/base/android/java/src/org/chromium/media/MediaCodecUtil.java ('k') | media/base/android/sdk_media_codec_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698