Home
last modified time | relevance | path

Searched refs:window_bounds (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc97 Rect window_bounds; in DrawFrame() local
98 GetWindowPortBounds(window_ref_, &window_bounds); in DrawFrame()
102 int y = window_bounds.bottom - CGImageGetHeight(image_ref); in DrawFrame()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
160 if (window_bounds && window_number) {
162 if (!CGRectMakeWithDictionaryRepresentation(window_bounds,
Dscreen_capturer_mac.mm172 CGRect window_bounds;
175 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
176 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
177 window_bounds.size.width = pixel_bounds.width();
178 window_bounds.size.height = pixel_bounds.height();
181 window_bounds, window_list, kCGWindowImageDefault);