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

Unified Diff: content/common/gpu/media/gpu_video_encode_accelerator.cc

Issue 22875047: EVEA cleanup: use video utility functions in media::* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: b2b1b2ee Last comments. Created 7 years, 4 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: content/common/gpu/media/gpu_video_encode_accelerator.cc
diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.cc b/content/common/gpu/media/gpu_video_encode_accelerator.cc
index 30f63b38a78c954b3ec20de697d91e8ff47e3e97..badd512e0807ce6788858b87c47ab6971e95fcc2 100644
--- a/content/common/gpu/media/gpu_video_encode_accelerator.cc
+++ b/content/common/gpu/media/gpu_video_encode_accelerator.cc
@@ -163,6 +163,7 @@ void GpuVideoEncodeAccelerator::OnEncode(int32 frame_id,
gfx::Rect(input_visible_size_),
input_visible_size_,
reinterpret_cast<uint8*>(shm->memory()),
+ buffer_size,
buffer_handle,
base::TimeDelta(),
// It's turtles all the way down...

Powered by Google App Engine
This is Rietveld 408576698