commit | da03c01a13dcacf892e9f455d335bb862f14e5cb | [log] [tgz] |
---|---|---|
author | Shik Chen <shik@chromium.org> | Fri Feb 05 02:42:14 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 05 02:42:14 2021 |
tree | dffd56b64bd1716bc7df1f5d43ec2c9b516bda16 | |
parent | d79cb21da47919709baad538ebb9077d0b485667 [diff] |
CCA: Refactor thumbnail generation This CL extracts thumbnail generation into a dedicated file and splits the scalePicture() function to scaleImage() and scaleVideo() to make things more clear. camera.CCAUIResolutions camera.CCAUITakePicture. Bug: b/172340451 Test: Reduced 6 errors in tsc and pass camera.CCAUIRecordVideo Change-Id: I03bd8912db81734fea973bf070642ada513f3c7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2673349 Reviewed-by: Inker Kuo <inker@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#850928}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.