Add IncomingFrameI420 to ViEExternalCapture interface to take captured video frame buffer as 3 planes.

Review URL: http://webrtc-codereview.appspot.com/219004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@753 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2011-10-14 17:16:04 +00:00
parent 14aaaf116a
commit f10ea31211
14 changed files with 237 additions and 54 deletions

View File

@@ -12,7 +12,7 @@
#define WEBRTC_MODULES_VIDEO_CAPTURE_MAIN_TEST_TESTAPI_TESTEXTERNALCAPTURE_H_
#include "testDefines.h"
#include "video_capture.h"
#include "video_capture_factory.h"
namespace webrtc
{