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

Unified Diff: content/common/gpu/media/android_copying_backing_strategy.h

Issue 1490333005: Don't require VDAs to return all PictureBuffers at once. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: content/common/gpu/media/android_copying_backing_strategy.h
diff --git a/content/common/gpu/media/android_copying_backing_strategy.h b/content/common/gpu/media/android_copying_backing_strategy.h
index 4cb1f622a5a30f1f2c46eddd1e17f6a8a4de9a75..92e71e0195c8281caeea46ac5f34a6fa780152ce 100644
--- a/content/common/gpu/media/android_copying_backing_strategy.h
+++ b/content/common/gpu/media/android_copying_backing_strategy.h
@@ -41,6 +41,11 @@ class CONTENT_EXPORT AndroidCopyingBackingStrategy
media::VideoCodecBridge*,
const AndroidVideoDecodeAccelerator::OutputBufferMap&) override;
+ static media::VideoDecodeAccelerator::SupportedProfile::ProfileFlags
+ GetProfileFlags() {
+ return media::VideoDecodeAccelerator::SupportedProfile::kNoFlags;
+ }
+
private:
// Used for copy the texture from surface texture to picture buffers.
scoped_ptr<gpu::CopyTextureCHROMIUMResourceManager> copier_;

Powered by Google App Engine
This is Rietveld 408576698