#include "webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h"
#include <initializer_list>
#include <memory>
#include <utility>
#include <vector>
#include "webrtc/base/random.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
#include "webrtc/modules/desktop_capture/desktop_region.h"
#include "webrtc/modules/desktop_capture/differ_block.h"
#include "webrtc/modules/desktop_capture/fake_desktop_capturer.h"
#include "webrtc/modules/desktop_capture/mock_desktop_capturer_callback.h"
#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
#include "webrtc/test/gtest.h"
#include "webrtc/typedefs.h"
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, CaptureWithoutHints) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, CaptureWithHints) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, CaptureWithEnlargedHints) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, CaptureWithRandomHints) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, CaptureWithEnlargedAndRandomHints) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, DISABLED_CaptureWithoutHintsPerf) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, DISABLED_CaptureWithHintsPerf) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, DISABLED_CaptureWithEnlargedHintsPerf) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, DISABLED_CaptureWithRandomHintsPerf) |
|
| webrtc::TEST (DesktopCapturerDifferWrapperTest, DISABLED_CaptureWithEnlargedAndRandomHintsPerf) |
|