Searched refs:new_stripes (Results 1 – 2 of 2) sorted by relevance
89 auto new_stripes = frame_buffer_watcher_->StripesNewerThan( in WaitForSenderWork() local91 for (auto& s : new_stripes) { in WaitForSenderWork()94 return new_stripes; in WaitForSenderWork()
99 StripePtrVec new_stripes; in StripesNewerThan() local101 std::copy_if(stripes.begin(), stripes.end(), std::back_inserter(new_stripes), in StripesNewerThan()105 return new_stripes; in StripesNewerThan()