Remove extra copy in VideoCaptureImpl::IncomingFrameI420
Add support for aliasing a I420VideoFrame (and internally, a Plane) to an existing memory buffer without taking ownership. Use this to remove an extra copy in VideoCaptureImpl::IncomingFrameI420. BUG=1128 BUG=chromium:310271 TEST=local build, run Chromium on ARM, build, run Chromium/unittests on Linux TBR=fischman@webrtc.org, mflodman@webrtc.org, mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3239005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5070 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#define WEBRTC_VIDEO_ENGINE_INCLUDE_VIE_IMAGE_PROCESS_H_
|
||||
|
||||
#include "webrtc/common_types.h"
|
||||
#include "webrtc/common_video/interface/i420_video_frame.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user