Searched refs:CopyPixelsFrom (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame.cc | 41 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()
|
D | desktop_frame.h | 81 void CopyPixelsFrom(const uint8_t* src_buffer, 84 void CopyPixelsFrom(const DesktopFrame& src_frame,
|
D | desktop_and_cursor_composer.cc | 119 restore_frame_->CopyPixelsFrom(*this, cursor_rect_.top_left(), in DesktopFrameWithCursor() 139 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(), in ~DesktopFrameWithCursor()
|
D | mouse_cursor_monitor_mac.mm | 186 image->CopyPixelsFrom(src_data, src_stride, DesktopRect::MakeSize(size));
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_output_duplicator.cc | 205 target->CopyPixelsFrom(source, it.rect().top_left(), dest_rect); in Duplicate() 227 target->CopyPixelsFrom(*last_frame_, source_rect.top_left(), target_rect); in Duplicate()
|
D | screen_capturer_win_magnifier.cc | 358 current_frame->CopyPixelsFrom( in OnCaptured()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | screen_capturer_x11.cc | 434 current->CopyPixelsFrom(*last, r.top_left(), r); in SynchronizeFrame()
|
D | base_capturer_pipewire.cc | 863 result->CopyPixelsFrom( in CaptureFrame()
|