Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dx11windowpicker.h42 uint8_t* GetWindowThumbnail(const WindowId& id, int width, int height);
Dx11windowpicker.cc327 uint8_t* GetWindowThumbnail(const WindowId& id, int width, int height) { in GetWindowThumbnail() function in rtc::XWindowEnumerator
794 uint8_t* X11WindowPicker::GetWindowThumbnail(const WindowId& id, in GetWindowThumbnail() function in rtc::X11WindowPicker
797 return enumerator_->GetWindowThumbnail(id, width, height); in GetWindowThumbnail()