commit | 44bf6f5f67ab6b6677e3cd1cceb954c2426f930a | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Sat Oct 03 09:08:00 2015 |
committer | Commit bot <commit-bot@chromium.org> | Sat Oct 03 09:08:06 2015 |
tree | 3e6401e8cbd3dace8cffdfed0f06a3ab0f16e95a | |
parent | 13b96ba90f72164134019cbfc07d4a47cf1fd091 [diff] |
Android MediaCodecVideoDecoder: Split DecoderOutputBufferInfo into DecodedByteBuffer and DecodedTextureBuffer This CL separates the types and code paths for textures vs byte buffers in MediaCodecVideoDecoder.dequeueOutputBuffer() and MediaCodecVideoDecoder::DeliverPendingOutputs(). The purpose is to prepare for lifetime management of textures received from the SurfaceTexture. This CL is a part of the plan in https://codereview.webrtc.org/1357923002/. BUG=webrtc:4993 Review URL: https://codereview.webrtc.org/1379383002 Cr-Commit-Position: refs/heads/master@{#10156}
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.