HomeSort by relevance Sort by last modified time
    Searched defs:CopyPixelsFrom (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.cc 31 void DesktopFrame::CopyPixelsFrom(uint8_t* src_buffer, int src_stride,
43 void DesktopFrame::CopyPixelsFrom(const DesktopFrame& src_frame,
49 CopyPixelsFrom(src_frame.GetFrameDataAtPos(src_pos),
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 198 target->CopyPixelsFrom(this);
202 bool GLFrame::CopyPixelsFrom(const GLFrame* frame) {

Completed in 133 milliseconds