Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc394 int captured_bytes_per_pixel = header.cbSize / header.width / header.height; in OnCaptured() local
399 captured_bytes_per_pixel != DesktopFrame::kBytesPerPixel) { in OnCaptured()
404 << "bpp = " << captured_bytes_per_pixel << ", " in OnCaptured()