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

Unified Diff: media/video/video_encode_accelerator.cc

Issue 2427053002: Move video encode accelerator IPC messages to GPU IO thread (Closed)
Patch Set: posciak@ comments. Created 4 years, 1 month 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/video/video_encode_accelerator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_encode_accelerator.cc
diff --git a/media/video/video_encode_accelerator.cc b/media/video/video_encode_accelerator.cc
index 51a4a7bb9e56a2167ca960fb35b73730af5ef303..80999343ae0d706d550940f7731528cb7a6f6030 100644
--- a/media/video/video_encode_accelerator.cc
+++ b/media/video/video_encode_accelerator.cc
@@ -17,6 +17,12 @@ VideoEncodeAccelerator::SupportedProfile::SupportedProfile()
VideoEncodeAccelerator::SupportedProfile::~SupportedProfile() {
}
+bool VideoEncodeAccelerator::TryToSetupEncodeOnSeparateThread(
+ const base::WeakPtr<Client>& encode_client,
+ const scoped_refptr<base::SingleThreadTaskRunner>& encode_task_runner) {
+ return false;
+}
+
} // namespace media
namespace std {
« no previous file with comments | « media/video/video_encode_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698