Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dscreen_capturer_helper.cc51 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
60 return size_most_recent_; in size_most_recent()
64 size_most_recent_ = size; in set_size_most_recent()
Dscreen_capturer_helper.h78 DesktopSize size_most_recent_; variable