commit | 7b87530fccd5e65eea1052d9a55f96e72e8085b1 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Thu Aug 09 13:51:42 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 09 12:36:37 2018 +0000 |
tree | a59a3a1710ea4a999c1361058c1b2cf40c42aa80 | |
parent | 5b26bc61b1698f97efa99bca128b0fe686ff02d9 [diff] |
Android: Allow YuvConverter to be reused Similar to how GlDrawer and GlTextureFrameBuffer already works, this CL updates YuvConverter so that it can be reused after release() has been called. This makes it more convenient to use, it can be stored in a final variable, and the resources are lazily allocated on first usage. Bug: b/112386285 Change-Id: I437c4c3fd414bc8974df75728f33954b28418e3e Reviewed-on: https://webrtc-review.googlesource.com/93290 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24248}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.