Home
last modified time | relevance | path

Searched defs:DesktopSize (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h56 DesktopSize() : width_(0), height_(0) {} in DesktopSize() function
57 DesktopSize(int32_t width, int32_t height) : width_(width), height_(height) {} in DesktopSize() function