Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp91 return Stripes(stripe.orientation)[stripe.index]->raw_data != stripe.raw_data; in StripeIsDifferentFromPrevious()
97 const auto& stripes = Stripes(orientation); in StripesNewerThan()
108 cvd::vnc::StripePtrVec& FrameBufferWatcher::Stripes( in Stripes() function in FrameBufferWatcher
113 const cvd::vnc::StripePtrVec& FrameBufferWatcher::Stripes( in Stripes() function in FrameBufferWatcher
132 Stripes(stripe->orientation)[stripe->index] = stripe; in UpdateStripeIfStripeIsNew()
Dframe_buffer_watcher.h60 StripePtrVec& Stripes(ScreenOrientation orientation) REQUIRES(stripes_lock_);
61 const StripePtrVec& Stripes(ScreenOrientation orientation) const