commit | 36d38cbb153e19bdc3c62a750aba6889da40aac2 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Fri Sep 09 16:09:46 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 09 16:09:53 2016 |
tree | 52c7cc5120979e566f3d97c32ec75222e9db0082 | |
parent | 291cd8fac37a2efa026713d198d653bc083881db [diff] |
Optimize Android NV12 capture This CL optimizes the Android capture NV12 -> I420 + scaling code. For example, when the input is 1280x720 and we adapt to 640x360, this CL: - Reduces conversion time from 3.37 ms to 1.46 ms. - Reduces memory footprint by 1 MB. BUG=webrtc:6319 Review-Url: https://codereview.webrtc.org/2317443003 Cr-Commit-Position: refs/heads/master@{#14167}
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.