Searched refs:GetFrameDataAtPos (Results 1 – 12 of 12) sorted by relevance
46 uint8_t* dest = GetFrameDataAtPos(dest_rect.top_left()); in CopyPixelsFrom()61 CopyPixelsFrom(src_frame.GetFrameDataAtPos(src_pos), src_frame.stride(), in CopyPixelsFrom()126 uint8_t* DesktopFrame::GetFrameDataAtPos(const DesktopVector& pos) const { in GetFrameDataAtPos() function in webrtc::DesktopFrame
110 source.GetFrameDataAtPos(source_rect.top_left()), source.stride(), in RotateDesktopFrame()111 target->GetFrameDataAtPos(target_rect.top_left()), target->stride(), in RotateDesktopFrame()
127 old_frame.GetFrameDataAtPos(rect.top_left()); in CompareFrames()129 new_frame.GetFrameDataAtPos(rect.top_left()); in CompareFrames()
55 frame->GetFrameDataAtPos(rect.top_left()), in CroppedDesktopFrame()
119 uint8_t* pixel_data = frame.GetFrameDataAtPos(DesktopVector(x, y)); in IsBlankPixel()
29 *reinterpret_cast<uint32_t*>(frame->GetFrameDataAtPos(pos)) = in PaintDesktopFrame()
99 uint8_t* GetFrameDataAtPos(const DesktopVector& pos) const;
71 uint8_t* row = frame->GetFrameDataAtPos(rect.top_left()); in PaintRect()
65 uint8_t* data = dest_frame->GetFrameDataAtPos(point); in RunTest()
65 uint8_t* row = frame.GetFrameDataAtPos(rect.top_left()); in ArePixelsColoredBy()
62 return *reinterpret_cast<uint32_t*>(frame.GetFrameDataAtPos(pos)); in GetFramePixel()
374 uint8_t* out_ptr = frame.GetFrameDataAtPos(display_bounds.top_left());404 frame.GetFrameDataAtPos(window_bounds_relative_to_desktop.top_left()),