Searched refs:CopyPixelsFrom (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_frame.cc | 31 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()
|
D | desktop_frame.h | 64 void CopyPixelsFrom(uint8_t* src_buffer, int src_stride, 66 void CopyPixelsFrom(const DesktopFrame& src_frame,
|
D | desktop_and_cursor_composer.cc | 95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(), in DesktopFrameWithCursor() 116 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(), in ~DesktopFrameWithCursor()
|
D | screen_capturer_x11.cc | 406 current->CopyPixelsFrom(*last, it.rect().top_left(), it.rect()); in SynchronizeFrame()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 411 current_frame->CopyPixelsFrom( in OnCaptured()
|