From f9448203ebc9706c605e022fb2e931b28d3c0319 Mon Sep 17 00:00:00 2001 From: "alexeypa@chromium.org" Date: Tue, 7 Feb 2012 07:47:22 +0000 Subject: Introducing helper wrappers for copying a rectangle from a one partial buffer to another. YUV to RGB and RGB to RGB operations are supported. YUV to RGB allows down-scaling of rectangles. The wrappers hide (to some degree) gory details of manipulations with buffer pointers and rectangles. Added unit tests (remoting_unittests.Yuv2Rgb) to verify functionality of the YUV to RGB wrapper. BUG=109938 TEST=remoting_unittests.Yuv2Rgb Review URL: http://codereview.chromium.org/9320025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120739 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 4b86ba2..5c69bc2 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -922,6 +922,7 @@ 'base/encoder_row_based_unittest.cc', 'base/base_mock_objects.cc', 'base/base_mock_objects.h', + 'base/util_unittest.cc', 'client/mouse_input_filter_unittest.cc', 'host/capturer_linux_unittest.cc', 'host/capturer_mac_unittest.cc', -- cgit v1.1