commit | a8e59d207483f75b87dd5fc670e937672cdf5776 | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Sat Sep 28 00:04:05 2024 |
committer | Frank Barchard <fbarchard@chromium.org> | Wed Oct 09 08:26:10 2024 |
tree | bcb95f1db20586a76a5c21fd938098abedf7191e | |
parent | 51e2e12b9b59452b1ad16c33a88bbcdd085b5450 [diff] |
Fix the test case The test case should have the dst width and height, and the src width and height should be specified by the --libyuv_width and --libyuv_height options to libyuv_unittest. Tested: libyuv_unittest --gtest_filter=LibYUVScaleTest.I420ScaleTo264x216_Box \ --libyuv_width=352 --libyuv_height=288 Bug: b/369963535, b/366045177 Change-Id: I8166a264c9c4840e0d16c0d3c1818c18aebc1b2e Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5896466 Reviewed-by: Frank Barchard <fbarchard@chromium.org>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.