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

Unified Diff: media/gpu/ipc/service/gpu_video_encode_accelerator.cc

Issue 2668293002: VPX HW encode using MediaFoundation
Patch Set: adding all Created 3 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
« no previous file with comments | « media/base/win/mf_helpers.h ('k') | media/gpu/media_foundation_video_encode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/gpu_video_encode_accelerator.cc
diff --git a/media/gpu/ipc/service/gpu_video_encode_accelerator.cc b/media/gpu/ipc/service/gpu_video_encode_accelerator.cc
index eac1572efc1cfafdc15a99830a8352d3af64d6fb..96fd45807b8a513c2a672a9add47b641c0be6dff 100644
--- a/media/gpu/ipc/service/gpu_video_encode_accelerator.cc
+++ b/media/gpu/ipc/service/gpu_video_encode_accelerator.cc
@@ -369,7 +369,8 @@ GpuVideoEncodeAccelerator::GetVEAFactoryFunctions(
vea_factory_functions.push_back(base::Bind(&CreateVTVEA));
#endif
#if defined(OS_WIN)
- if (base::FeatureList::IsEnabled(kMediaFoundationH264Encoding))
+ if (base::FeatureList::IsEnabled(kMediaFoundationH264Encoding) ||
+ base::FeatureList::IsEnabled(kMediaFoundationVPXEncoding))
vea_factory_functions.push_back(base::Bind(&CreateMediaFoundationVEA));
#endif
return vea_factory_functions;
« no previous file with comments | « media/base/win/mf_helpers.h ('k') | media/gpu/media_foundation_video_encode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698