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

Unified Diff: media/video/capture/screen/differ_block.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.h ('k') | media/video/capture/screen/differ_block_sse2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/screen/differ_block.cc
diff --git a/remoting/capturer/differ_block.cc b/media/video/capture/screen/differ_block.cc
similarity index 89%
rename from remoting/capturer/differ_block.cc
rename to media/video/capture/screen/differ_block.cc
index 1386ba7e510e55b936c9c4329c27d93b3648d766..4a1b44d8e8df013c05bdfa2564674eaf91e90801 100644
--- a/remoting/capturer/differ_block.cc
+++ b/media/video/capture/screen/differ_block.cc
@@ -2,13 +2,13 @@
// 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.h"
+#include "media/video/capture/screen/differ_block.h"
#include "base/cpu.h"
#include "build/build_config.h"
-#include "remoting/capturer/differ_block_sse2.h"
+#include "media/video/capture/screen/differ_block_sse2.h"
-namespace remoting {
+namespace media {
int BlockDifference_C(const uint8* image1, const uint8* image2, int stride) {
int width_bytes = kBlockSize * kBytesPerPixel;
@@ -46,4 +46,4 @@ int BlockDifference(const uint8* image1, const uint8* image2, int stride) {
return diff_proc(image1, image2, stride);
}
-} // namespace remoting
+} // namespace media
« no previous file with comments | « media/video/capture/screen/differ_block.h ('k') | media/video/capture/screen/differ_block_sse2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698