Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc114 void CompareFrames(const DesktopFrame& old_frame, in CompareFrames() argument
118 RTC_DCHECK(old_frame.size().equals(new_frame.size())); in CompareFrames()
119 RTC_DCHECK_EQ(old_frame.stride(), new_frame.stride()); in CompareFrames()
120 rect.IntersectWith(DesktopRect::MakeSize(old_frame.size())); in CompareFrames()
125 const int block_y_stride = old_frame.stride() * kBlockSize; in CompareFrames()
127 old_frame.GetFrameDataAtPos(rect.top_left()); in CompareFrames()
135 rect.right(), top, top + kBlockSize, old_frame.stride(), output); in CompareFrames()
141 rect.right(), top, top + last_y_block_height, old_frame.stride(), in CompareFrames()