Home
last modified time | relevance | path

Searched refs:GetFrameDataAtPos (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame.cc35 uint8_t* dest = GetFrameDataAtPos(dest_rect.top_left()); in CopyPixelsFrom()
49 CopyPixelsFrom(src_frame.GetFrameDataAtPos(src_pos), in CopyPixelsFrom()
53 uint8_t* DesktopFrame::GetFrameDataAtPos(const DesktopVector& pos) const { in GetFrameDataAtPos() function in webrtc::DesktopFrame
Dcropped_desktop_frame.cc40 frame->GetFrameDataAtPos(rect.top_left()), in CroppedDesktopFrame()
Ddesktop_frame.h71 uint8_t* GetFrameDataAtPos(const DesktopVector& pos) const;