Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.cc200 HDC window_dc = GetWindowDC(window_); in CaptureFrame() local
201 if (!window_dc) { in CaptureFrame()
211 if (GetDcSize(window_dc, &window_dc_size)) { in CaptureFrame()
234 DesktopFrameWin::Create(original_rect.size(), nullptr, window_dc)); in CaptureFrame()
237 ReleaseDC(window_, window_dc); in CaptureFrame()
241 HDC mem_dc = CreateCompatibleDC(window_dc); in CaptureFrame()
286 window_dc, 0, 0, SRCCOPY); in CaptureFrame()
291 ReleaseDC(window_, window_dc); in CaptureFrame()