Home
last modified time | relevance | path

Searched refs:Differ (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer.cc20 Differ::Differ(int width, int height, int bpp, int stride) { in Differ() function in webrtc::Differ
35 Differ::~Differ() {} in ~Differ()
37 void Differ::CalcDirtyRegion(const uint8_t* prev_buffer, in CalcDirtyRegion()
48 void Differ::MarkDirtyBlocks(const uint8_t* prev_buffer, in MarkDirtyBlocks()
123 bool Differ::PartialBlocksEqual(const uint8_t* prev_buffer, in PartialBlocksEqual()
136 void Differ::MergeBlocks(DesktopRegion* region) { in MergeBlocks()
Ddiffer.h27 class Differ {
31 Differ(int width, int height, int bytes_per_pixel, int stride);
32 ~Differ();
84 RTC_DISALLOW_COPY_AND_ASSIGN(Differ);
Dscreen_capturer_x11.cc115 rtc::scoped_ptr<Differ> differ_;
268 differ_.reset(new Differ(frame->size().width(), frame->size().height(), in Capture()
Ddiffer_unittest.cc40 differ_.reset(new Differ(width_, height_, bytes_per_pixel_, stride_)); in InitDiffer()
191 rtc::scoped_ptr<Differ> differ_;
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.h25 class Differ; variable
76 rtc::scoped_ptr<Differ> differ_;
Dscreen_capturer_win_magnifier.h30 class Differ; variable
119 rtc::scoped_ptr<Differ> differ_;
Dscreen_capturer_win_gdi.cc104 differ_.reset(new Differ(current_frame->size().width(), in Capture()
Dscreen_capturer_win_magnifier.cc140 differ_.reset(new Differ(current_frame->size().width(), in Capture()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp122 struct Differ { in g() struct
126 for (auto a : Differ()) in g()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt020fuzzy.py32 d = difflib.Differ()
Dt018llstar.py29 d = difflib.Differ()
Dt012lexerXML.py46 d = difflib.Differ()
/external/markdown/
Dtest-markdown.py150 differ = difflib.Differ()
/external/autotest/tko/parsers/test/
Dscenario_base.py164 return difflib.Differ().compare(to_los(left), to_los(right))
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py121 for l in difflib.Differ().compare (*ss):
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
Dmox.py134 differ = difflib.Differ()