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

Unified Diff: ppapi/tests/test_video_encoder.h

Issue 1132833002: pepper: add software vp9 encoder support to PPB_VideoEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional comments Created 5 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
« no previous file with comments | « ppapi/examples/video_encode/video_encode.html ('k') | ppapi/tests/test_video_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_video_encoder.h
diff --git a/ppapi/tests/test_video_encoder.h b/ppapi/tests/test_video_encoder.h
index f814f9e15e10f0ad46bde97ce365e6a08c5f28b0..6fb39ed17f2c92de6917f510b489b6949f23d6b8 100644
--- a/ppapi/tests/test_video_encoder.h
+++ b/ppapi/tests/test_video_encoder.h
@@ -20,7 +20,12 @@ class TestVideoEncoder : public TestCase {
virtual bool Init();
virtual void RunTests(const std::string& filter);
- std::string TestCreate();
+ std::string TestAvailableCodecs();
+ std::string TestIncorrectSizeFails();
+ std::string TestInitializeVP8();
+ std::string TestInitializeVP9();
+
+ std::string TestInitializeCodec(PP_VideoProfile profile);
// Used by the tests that access the C API directly.
const PPB_VideoEncoder_0_1* video_encoder_interface_;
« no previous file with comments | « ppapi/examples/video_encode/video_encode.html ('k') | ppapi/tests/test_video_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698