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

Unified Diff: media/gpu/vt_video_encode_accelerator_mac.h

Issue 2791733002: Enforce MaxFrameDelayCount in VTVideoEncodeAccelerator and cleanups (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | media/gpu/vt_video_encode_accelerator_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/vt_video_encode_accelerator_mac.h
diff --git a/media/gpu/vt_video_encode_accelerator_mac.h b/media/gpu/vt_video_encode_accelerator_mac.h
index a177b51f3742a7eafc3fca9e7ca2aac287004f7d..d596ffef134578d3320da15fc538c7c9520a8a64 100644
--- a/media/gpu/vt_video_encode_accelerator_mac.h
+++ b/media/gpu/vt_video_encode_accelerator_mac.h
@@ -87,12 +87,8 @@ class MEDIA_GPU_EXPORT VTVideoEncodeAccelerator
// is configured using ConfigureCompressionSession().
bool ResetCompressionSession();
- // Create a compression session, with HW encoder enforced if
- // |require_hw_encoding| is set.
- bool CreateCompressionSession(
- base::ScopedCFTypeRef<CFDictionaryRef> attributes,
- const gfx::Size& input_size,
- bool require_hw_encoding);
+ // Create a compression session.
+ bool CreateCompressionSession(const gfx::Size& input_size);
// Configure the current compression session using current encoder settings.
bool ConfigureCompressionSession();
« no previous file with comments | « no previous file | media/gpu/vt_video_encode_accelerator_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698