commit | 292a73eeea6658367b6763e8949519fdc2617279 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Dec 07 17:00:40 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 07 17:09:07 2017 +0000 |
tree | b2c3db8eb8f2f459ddd6c5ef7ae3fc90708bd4ba | |
parent | 4c34f435db2b921b82b8be19ee5c1746f46cb188 [diff] |
Deliver packet to Call as rtc::CopyOnWriteBuffer instead of pair of pointer + size. it removes hidden memcpy in RtpPacketReceived::Parse: RtpPacketReceived keeps a reference to a CopyOnWriteBuffer. By passing it the same CopyOnWriteBuffer that was created by BaseChannel, one allocation and memcpy is avoided. Bug: None Change-Id: I5f89f478b380fc9aece3762d3a04f228d48598f5 Reviewed-on: https://webrtc-review.googlesource.com/23761 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21143}
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.