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

Unified Diff: media/base/media.cc

Issue 2694113002: Delete media/base/yuv_convert and dependents. Prefer libyuv. (Closed)
Patch Set: Fix media_unittests. 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/BUILD.gn ('k') | media/base/simd/convert_rgb_to_yuv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media.cc
diff --git a/media/base/media.cc b/media/base/media.cc
index 01b1d914b1a062d7bced19ff3e0451d8a5f5dac4..8ad82ee2babf74eaeb363a93e613a83fce35103b 100644
--- a/media/base/media.cc
+++ b/media/base/media.cc
@@ -9,7 +9,6 @@
#include "base/metrics/field_trial.h"
#include "base/trace_event/trace_event.h"
#include "media/base/media_switches.h"
-#include "media/base/yuv_convert.h"
#if defined(OS_ANDROID)
#include "base/android/build_info.h"
@@ -29,9 +28,6 @@ class MediaInitializer {
TRACE_EVENT_WARMUP_CATEGORY("audio");
TRACE_EVENT_WARMUP_CATEGORY("media");
- // Perform initialization of libraries which require runtime CPU detection.
- InitializeCPUSpecificYUVConversions();
-
#if !defined(MEDIA_DISABLE_FFMPEG)
// Initialize CPU flags outside of the sandbox as this may query /proc for
// details on the current CPU for NEON, VFP, etc optimizations.
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/simd/convert_rgb_to_yuv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698