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

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

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.cc ('k') | media/video/capture/screen/differ_block_sse2.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.h
diff --git a/remoting/capturer/differ_block_sse2.h b/media/video/capture/screen/differ_block_sse2.h
similarity index 75%
rename from remoting/capturer/differ_block_sse2.h
rename to media/video/capture/screen/differ_block_sse2.h
index 2148f282f5c3e3e0ce66fb6fd870872842300914..08d4d474600182fcb099ace6cf2c41f8d4a20c29 100644
--- a/remoting/capturer/differ_block_sse2.h
+++ b/media/video/capture/screen/differ_block_sse2.h
@@ -5,12 +5,12 @@
// This header file is used only differ_block.h. It defines the SSE2 rountines
// for finding block difference.
-#ifndef REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
-#define REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
+#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_DIFFER_BLOCK_SSE2_H_
+#define MEDIA_VIDEO_CAPTURE_SCREEN_DIFFER_BLOCK_SSE2_H_
#include "base/basictypes.h"
-namespace remoting {
+namespace media {
// Find block difference of dimension 16x16.
extern int BlockDifference_SSE2_W16(const uint8* image1, const uint8* image2,
@@ -20,6 +20,6 @@ extern int BlockDifference_SSE2_W16(const uint8* image1, const uint8* image2,
extern int BlockDifference_SSE2_W32(const uint8* image1, const uint8* image2,
int stride);
-} // namespace remoting
+} // namespace media
-#endif // REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
+#endif // MEDIA_VIDEO_CAPTURE_SCREEN_DIFFER_BLOCK_SSE2_H_
« no previous file with comments | « media/video/capture/screen/differ_block.cc ('k') | media/video/capture/screen/differ_block_sse2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698