Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame.cc31 void DesktopFrame::CopyPixelsFrom(uint8_t* src_buffer, int src_stride, in CopyPixelsFrom() function in webrtc::DesktopFrame
43 void DesktopFrame::CopyPixelsFrom(const DesktopFrame& src_frame, in CopyPixelsFrom() function in webrtc::DesktopFrame
49 CopyPixelsFrom(src_frame.GetFrameDataAtPos(src_pos), in CopyPixelsFrom()
Ddesktop_frame.h64 void CopyPixelsFrom(uint8_t* src_buffer, int src_stride,
66 void CopyPixelsFrom(const DesktopFrame& src_frame,
Ddesktop_and_cursor_composer.cc95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(), in DesktopFrameWithCursor()
116 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(), in ~DesktopFrameWithCursor()
Dscreen_capturer_x11.cc406 current->CopyPixelsFrom(*last, it.rect().top_left(), it.rect()); in SynchronizeFrame()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc411 current_frame->CopyPixelsFrom( in OnCaptured()