commit | fc9417826090c81bad4103b0e167ed29c6a30be5 | [log] [tgz] |
---|---|---|
author | Chunbo Hua <chunbo.hua@intel.com> | Tue Aug 06 15:51:34 2024 +0800 |
committer | Frank Barchard <fbarchard@chromium.org> | Tue Aug 06 17:36:13 2024 +0000 |
tree | bc22e488335ad509049c36637308a5568139f2a7 | |
parent | 32ccd53bb36421bb1e47b1cfa362b9fa6825e82a [diff] |
Implement I010ToNV12 conversion I010, also known as YUV420P10, is 10 bit YUV pixel format with 3 planes. Both I010 and NV12 are 4:2:0 subsampling. NV12 has a Y plane, and an interleaved UV plane. Bug: 357721018 Change-Id: If215529b9eda8e0fb32aed666ca179c90244aaff Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5764823 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.