Add sizes of spatial layer frames to EncodedImage WebRTC combines VP9 SVC spatial layer frames into superframe and passes it to a decoder. The chromium HW VP9 decoder (wrapper) needs to know location of each spatial layer frame in the frame buffer. To provide decoder with such information this CL: - Adds Set/SpatialLayerFrameSize methods to EncodedImage. - Sets size of each spatial layer frame on superframe at assembly stage. Bug: webrtc:10495 Change-Id: I68c3c0d668c67dfa1740e004059d860dd98f67f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/136922 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28032}
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.