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

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

Issue 1681613002: Remove MediaCodecBridge::GetOutputBuffersCount() and GetOutputBuffersCapacity() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 4 years, 10 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/media_codec_bridge.h
diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h
index 41a7351ff63c557d43e87673b6ea0b68219517b1..446fdce8c2ca8344e3b03e391cd1b8a46fbfb99b 100644
--- a/media/base/android/media_codec_bridge.h
+++ b/media/base/android/media_codec_bridge.h
@@ -143,14 +143,6 @@ class MEDIA_EXPORT MediaCodecBridge {
// configuring this video decoder you can optionally render the buffer.
virtual void ReleaseOutputBuffer(int index, bool render) = 0;
- // Returns the number of output buffers used by the codec.
- // TODO(qinmin): this call is deprecated in Lollipop.
- virtual int GetOutputBuffersCount();
-
- // Returns the capacity of each output buffer used by the codec.
- // TODO(qinmin): this call is deprecated in Lollipop.
- virtual size_t GetOutputBuffersCapacity();
-
// Returns an input buffer's base pointer and capacity.
virtual void GetInputBuffer(int input_buffer_index,
uint8_t** data,
« no previous file with comments | « media/base/android/java/src/org/chromium/media/MediaCodecBridge.java ('k') | media/base/android/media_codec_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698