This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
[Feature request] add support for YUV background colors #6
Open
Description
migrated from Bugzilla #99193
status ASSIGNED severity enhancement in component intel for ---
Reported in version unspecified on platform Other
Assigned to: haihao
On 2016-12-23 16:54:34 +0000, wrote:
When composing several sources into a single output surface, we can specify the color of the background pixels using VAProcPipelineParameterBuffer::output_background_color. Currently this background color must be a 32-bit ARGB value.
But when the output is a non-RGB format, such as NV12, it would be helpful if we could set the background color to a constant YUV value instead. This would be very useful in scenarios where the composite surface is used as the input to another processing stage that expects YUV (e.g. video encoding).