HomeSort by relevance Sort by last modified time
    Searched refs:RoundToTwosMultiple (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/base/
util.cc 88 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1),
89 RoundToTwosMultiple(dest_rect.top() + 1),
109 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()),
110 RoundToTwosMultiple(dest_rect.top()),
165 int RoundToTwosMultiple(int x) {
170 int x = RoundToTwosMultiple(rect.left());
171 int y = RoundToTwosMultiple(rect.top());
172 int right = RoundToTwosMultiple(rect.right() + 1);
173 int bottom = RoundToTwosMultiple(rect.bottom() + 1);
util.h 53 int RoundToTwosMultiple(int x);
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 229 RoundToTwosMultiple(source_rect.left()),
230 RoundToTwosMultiple(source_rect.top()),

Completed in 57 milliseconds