Searched defs:I420VideoFrame (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame.cc19 I420VideoFrame::I420VideoFrame() function in class:webrtc::I420VideoFrame
26 I420VideoFrame::~I420VideoFrame() {}
28 int I420VideoFrame::CreateEmptyFrame(int width, int height,
48 int I420VideoFrame::CreateFrame(int size_y, const uint8_t* buffer_y,
65 int I420VideoFrame::CopyFrame(const I420VideoFrame& videoFrame) {
83 I420VideoFrame* I420VideoFrame
[all...]
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h31 class I420VideoFrame { class in namespace:webrtc
33 I420VideoFrame();
34 virtual ~I420VideoFrame();
38 // when creating the frame with new I420VideoFrame().
39 // Note: do not pass a I420VideoFrame created with new I420VideoFrame() or
79 virtual int CopyFrame(const I420VideoFrame& videoFrame);
83 virtual I420VideoFrame* CloneFrame() const;
86 virtual void SwapFrame(I420VideoFrame* videoFrame);

Completed in 314 milliseconds