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

  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 60 static const int kCursorHeight = 32;
237 webrtc::DesktopSize(kCursorWidth, kCursorHeight)),
257 EXPECT_EQ(kCursorHeight, cursor_shape.height());
263 EXPECT_EQ(kCursorWidth * kCursorHeight * webrtc::DesktopFrame::kBytesPerPixel,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 29 const int kCursorHeight = 10;
117 new BasicDesktopFrame(DesktopSize(kCursorWidth, kCursorHeight)));
119 memset(data, 0, image->stride() * kCursorHeight);

Completed in 460 milliseconds