Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dblank_detector_desktop_capturer_wrapper.cc105 if (!IsBlankPixel(frame, x, y)) { in IsBlankFrame()
111 return IsBlankPixel(frame, frame.size().width() / 2, in IsBlankFrame()
115 bool BlankDetectorDesktopCapturerWrapper::IsBlankPixel( in IsBlankPixel() function in webrtc::BlankDetectorDesktopCapturerWrapper
Dblank_detector_desktop_capturer_wrapper.h59 bool IsBlankPixel(const DesktopFrame& frame, int x, int y) const;