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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_frame_win.h 24 class DesktopFrameWin : public DesktopFrame {
26 virtual ~DesktopFrameWin();
27 static DesktopFrameWin* Create(DesktopSize size,
34 DesktopFrameWin(DesktopSize size,
43 DISALLOW_COPY_AND_ASSIGN(DesktopFrameWin);
desktop_frame_win.cc 17 DesktopFrameWin::DesktopFrameWin(DesktopSize size,
27 DesktopFrameWin::~DesktopFrameWin() {
32 DesktopFrameWin* DesktopFrameWin::Create(DesktopSize size,
42 bmi.bmiHeader.biBitCount = DesktopFrameWin::kBytesPerPixel * 8;
58 return new DesktopFrameWin(size, bytes_per_row,
window_capturer_win.cc 206 scoped_ptr<DesktopFrameWin> frame(DesktopFrameWin::Create(
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 258 DesktopFrameWin::Create(size, shared_memory, desktop_dc_));
264 DesktopFrameWin* current = static_cast<DesktopFrameWin*>(

Completed in 70 milliseconds