Searched defs:VideoFrame (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoframe.h39 class VideoFrame { class in namespace:cricket
41 VideoFrame() {} function in class:cricket::VideoFrame
42 virtual ~VideoFrame() {}
112 // Both the current and new VideoFrame will share a single reference-counted
114 virtual VideoFrame *Copy() const = 0;
116 // Since VideoFrame supports shallow copy and the internal frame buffer might
120 // In case VideoFrame needs exclusive access of the frame buffer, user can
143 // Writes the frame into the target VideoFrame.
144 virtual void CopyToFrame(VideoFrame* target) const;
148 virtual const VideoFrame* GetCopyWithRotationApplie
[all...]
/external/webrtc/webrtc/
H A Dvideo_frame.h22 class VideoFrame { class in namespace:webrtc
24 VideoFrame();
25 VideoFrame(const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& buffer,
79 int CopyFrame(const VideoFrame& videoFrame);
83 void ShallowCopy(const VideoFrame& videoFrame);
159 VideoFrame ConvertNativeToI420Frame() const;
161 bool EqualsFrame(const VideoFrame& frame) const;
/external/webrtc/webrtc/common_video/
H A Dvideo_frame.cc42 VideoFrame::VideoFrame() { function in class:webrtc::VideoFrame
48 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, function in class:webrtc::VideoFrame
59 int VideoFrame::CreateEmptyFrame(int width,
92 int VideoFrame::CreateFrame(const uint8_t* buffer_y,
104 int VideoFrame::CreateFrame(const uint8_t* buffer_y,
125 int VideoFrame::CreateFrame(const uint8_t* buffer,
139 int VideoFrame::CopyFrame(const VideoFrame
[all...]

Completed in 1164 milliseconds