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

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

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu@ 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: content/common/gpu/media/gpu_video_encode_accelerator.h
diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.h b/content/common/gpu/media/gpu_video_encode_accelerator.h
index ecc14f28e99fa4b0006889d7ca3b3f511997d4fe..7f529e58fac8094effdd9ee417f45aa3e1db458b 100644
--- a/content/common/gpu/media/gpu_video_encode_accelerator.h
+++ b/content/common/gpu/media/gpu_video_encode_accelerator.h
@@ -76,6 +76,7 @@ class GpuVideoEncodeAccelerator
static scoped_ptr<media::VideoEncodeAccelerator> CreateV4L2VEA();
static scoped_ptr<media::VideoEncodeAccelerator> CreateVaapiVEA();
static scoped_ptr<media::VideoEncodeAccelerator> CreateAndroidVEA();
+ static scoped_ptr<media::VideoEncodeAccelerator> CreateVTVEA();
// IPC handlers, proxying media::VideoEncodeAccelerator for the renderer
// process.

Powered by Google App Engine
This is Rietveld 408576698