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

Unified Diff: remoting/host/differ_block.h

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « remoting/host/differ.cc ('k') | remoting/host/differ_block.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/differ_block.h
diff --git a/remoting/host/differ_block.h b/remoting/host/differ_block.h
deleted file mode 100644
index 4f78960e9e525d2a10ae209e06cd17309a9fc111..0000000000000000000000000000000000000000
--- a/remoting/host/differ_block.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef REMOTING_HOST_DIFFER_BLOCK_H_
-#define REMOTING_HOST_DIFFER_BLOCK_H_
-
-#include "base/basictypes.h"
-
-namespace remoting {
-
-// Size (in pixels) of each square block used for diffing.
-// This must be a multiple of sizeof(uint64)/8.
-static const int kBlockSize = 32;
-
-// Format: BGRA 32 bit.
-static const int kBytesPerPixel = 4;
-
-// Low level functions to compare 2 blocks of pixels.
-// zero means the blocks are identical.
-// one means the blocks are different.
-int BlockDifference(const uint8* image1, const uint8* image2, int stride);
-
-} // namespace remoting
-
-#endif // REMOTING_HOST_DIFFER_BLOCK_H_
« no previous file with comments | « remoting/host/differ.cc ('k') | remoting/host/differ_block.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698