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

Unified Diff: media/video/video_encode_accelerator.cc

Issue 2427053002: Move video encode accelerator IPC messages to GPU IO thread (Closed)
Patch Set: Fix log order. Created 4 years, 2 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/video/video_encode_accelerator.cc
diff --git a/media/video/video_encode_accelerator.cc b/media/video/video_encode_accelerator.cc
index 51a4a7bb9e56a2167ca960fb35b73730af5ef303..01cbeefbbf0f9e7f4f2a9459c2972aafc326ca10 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>& decode_task_runner) {
Pawel Osciak 2016/10/25 01:44:05 encode_task_runner ?
emircan 2016/10/25 21:57:51 Done.
+ return false;
+}
+
} // namespace media
namespace std {
« media/video/video_encode_accelerator.h ('K') | « media/video/video_encode_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698