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

Unified Diff: media/cast/test/utility/default_config.h

Issue 207593002: Cast: Enable use of VideoEncodeAccelerator for hardware video encoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 9 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: media/cast/test/utility/default_config.h
diff --git a/media/cast/test/utility/default_config.h b/media/cast/test/utility/default_config.h
index ef7c79a9605a9657a0eb54f75a885c4a31d51b9b..59a24404ef56940c1f462933e845f728bd659174 100644
--- a/media/cast/test/utility/default_config.h
+++ b/media/cast/test/utility/default_config.h
@@ -20,6 +20,13 @@ AudioReceiverConfig GetDefaultAudioReceiverConfig();
// name.
VideoReceiverConfig GetDefaultVideoReceiverConfig();
+// Returns a callback that does nothing.
+CreateVideoEncodeAcceleratorCallback
+ CreateDefaultVideoEncodeAcceleratorCallback();
+
+// Returns a callback that does nothing.
+CreateVideoEncodeMemoryCallback CreateDefaultVideoEncodeMemoryCallback();
+
} // namespace cast
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698