commit | 912a0d864df7fa23399228a5a6ff358cfcc4d860 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Fri Jun 27 09:52:03 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 27 12:22:20 2025 |
tree | c36c591aafb34f4dac779646625a4c2a6520f53d | |
parent | 5d4d8d70debc3b62159aca9de3b27308213b9faa [diff] |
Change HaltonFrameSampler to use VideoFrame, add support for NV12. This CL changes the `GetSampleValuesForFrame()` to accept a `VideoFrame` instance instead of a `scoped_refptr<I420BufferInterface>` and also adds native support for NV12 buffers without need for conversion to I420. Bug: webrtc:358039777 Change-Id: Ie488c21cabbda171d3adc2f7b329be9d4e4a1008 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/398100 Reviewed-by: Fanny Linderborg <linderborg@webrtc.org> Commit-Queue: Fanny Linderborg <linderborg@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45036}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.