Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_frame.cc41 void DesktopFrame::CopyPixelsFrom(const uint8_t* src_buffer, in CopyPixelsFrom() function in webrtc::DesktopFrame
54 void DesktopFrame::CopyPixelsFrom(const DesktopFrame& src_frame, in CopyPixelsFrom() function in webrtc::DesktopFrame
61 CopyPixelsFrom(src_frame.GetFrameDataAtPos(src_pos), src_frame.stride(), in CopyPixelsFrom()
101 CopyPixelsFrom(src_frame, DesktopVector(src_pos_x, src_pos_y), in CopyIntersectingPixelsFrom()
Ddesktop_frame.h81 void CopyPixelsFrom(const uint8_t* src_buffer,
84 void CopyPixelsFrom(const DesktopFrame& src_frame,
Ddesktop_and_cursor_composer.cc119 restore_frame_->CopyPixelsFrom(*this, cursor_rect_.top_left(), in DesktopFrameWithCursor()
139 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(), in ~DesktopFrameWithCursor()
Dmouse_cursor_monitor_mac.mm186 image->CopyPixelsFrom(src_data, src_stride, DesktopRect::MakeSize(size));
/external/webrtc/modules/desktop_capture/win/
Ddxgi_output_duplicator.cc205 target->CopyPixelsFrom(source, it.rect().top_left(), dest_rect); in Duplicate()
227 target->CopyPixelsFrom(*last_frame_, source_rect.top_left(), target_rect); in Duplicate()
Dscreen_capturer_win_magnifier.cc358 current_frame->CopyPixelsFrom( in OnCaptured()
/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc434 current->CopyPixelsFrom(*last, r.top_left(), r); in SynchronizeFrame()
Dbase_capturer_pipewire.cc863 result->CopyPixelsFrom( in CaptureFrame()