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

Unified Diff: media/video/capture/screen/differ_block_sse2.cc

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « media/video/capture/screen/differ_block_sse2.h ('k') | media/video/capture/screen/differ_block_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/screen/differ_block_sse2.cc
diff --git a/remoting/capturer/differ_block_sse2.cc b/media/video/capture/screen/differ_block_sse2.cc
similarity index 95%
rename from remoting/capturer/differ_block_sse2.cc
rename to media/video/capture/screen/differ_block_sse2.cc
index 9078a429b0e7d5e0a85aff5343382f2b8583bf5e..abe7ced1def03e43ff6fec226d71ce46f5a71c95 100644
--- a/remoting/capturer/differ_block_sse2.cc
+++ b/media/video/capture/screen/differ_block_sse2.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/capturer/differ_block_sse2.h"
+#include "media/video/capture/screen/differ_block_sse2.h"
#if defined(_MSC_VER)
#include <intrin.h>
@@ -11,9 +11,9 @@
#include <emmintrin.h>
#endif
-#include "remoting/capturer/differ_block.h"
+#include "media/video/capture/screen/differ_block.h"
-namespace remoting {
+namespace media {
extern int BlockDifference_SSE2_W16(const uint8* image1, const uint8* image2,
int stride) {
@@ -109,4 +109,4 @@ extern int BlockDifference_SSE2_W32(const uint8* image1, const uint8* image2,
return 0;
}
-} // namespace remoting
+} // namespace media
« no previous file with comments | « media/video/capture/screen/differ_block_sse2.h ('k') | media/video/capture/screen/differ_block_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698