Restrict number of actions in VP9 fuzzer The fuzzer calls Encode/SetRates for ~each byte of input data. Size of the input is ~200KB. Timeout is 60s. The test uses debug binary which is slow. Depending on device performance, the execution time can exceed the timeout. To prevent that, this change restricts the max number of actions (Encode/SetRates calls) to 1000. Bug: webrtc:516663678 Change-Id: I0cfc4dba672e61c4545bfba8c3c1ea2ba1c1ac29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/475960 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47817}
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.