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

Unified Diff: media/base/test_helpers.cc

Issue 2552883003: media: Pare MCVD down to a minimal media::VideoDecoder (Closed)
Patch Set: Created 4 years 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/test_helpers.h ('k') | media/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_helpers.cc
diff --git a/media/base/test_helpers.cc b/media/base/test_helpers.cc
index c532f16c0c4788c8095784a2800515f773672fa6..2a0c3211293e6709d86de955fbdc2c015d16e075 100644
--- a/media/base/test_helpers.cc
+++ b/media/base/test_helpers.cc
@@ -152,6 +152,11 @@ VideoDecoderConfig TestVideoConfig::Normal() {
}
// static
+VideoDecoderConfig TestVideoConfig::NormalH264() {
+ return GetTestConfig(kCodecH264, kNormalSize, false);
+}
+
+// static
VideoDecoderConfig TestVideoConfig::NormalEncrypted() {
return GetTestConfig(kCodecVP8, kNormalSize, true);
}
« no previous file with comments | « media/base/test_helpers.h ('k') | media/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698