commit | 115bd153c7f5a64eabbac222bad66e223abbfe2b | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Fri Sep 30 04:14:07 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 30 11:14:11 2016 +0000 |
tree | 607c53ff867dcd00df4b1de09d4c8985c29532ae | |
parent | 6f112cc136bb8da01434747b6b0d0d56f69f271d [diff] |
New helper function test::ReadI420Buffer, refactor FrameReader to use it. This change reduces the number of places where we first fread a I420 frame into a uint8_t buffer, followed by a copy into a frame buffer object. BUG=None Review-Url: https://codereview.webrtc.org/2362683002 Cr-Commit-Position: refs/heads/master@{#14456}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.