Searched refs:capturer2 (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | screen_utility_factory.py | 90 capturer2 = self.create_cros_screen_capturer() 93 capturer1, capturer2, output_dir, 119 capturer2 = self.create_calibration_image_capturer() 122 capturer1, capturer2, output_dir,
|
D | screen_comparison.py | 27 def __init__(self, capturer1, capturer2, output_dir, pixel_diff_margin, argument 47 self._capturer2 = capturer2
|
/external/webrtc/modules/desktop_capture/ |
D | screen_capturer_integration_test.cc | 306 std::unique_ptr<DesktopCapturer> capturer2 = std::move(capturer_); in TEST_F() local 308 TestCaptureUpdatedRegion({capturer_.get(), capturer2.get()}); in TEST_F() 329 std::unique_ptr<DesktopCapturer> capturer2 = std::move(capturer_); in TEST_F() local 331 TestCaptureUpdatedRegion({capturer_.get(), capturer2.get()}); in TEST_F() 358 std::unique_ptr<DesktopCapturer> capturer2 = std::move(capturer_); in TEST_F() local 360 TestCaptureUpdatedRegion({capturer_.get(), capturer2.get()}); in TEST_F()
|