Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: GST VA Video output of Color conversion - UYVY -> RGB32 (Default & Low Power) is corrupted #1883

Open
sengguan opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
VP Video Processing

Comments

@sengguan
Copy link

Which component impacted?

Video Processing

Is it regression? Good in old configuration?

Yes, it's good in old version

What happened?

Corrupted output file.
-------------- Reproducible Steps: --------------
1.a) LIN_MEDIA-FGST_VA_CC-M-013: Color conversion - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32-014_output.yuv
b) LIN_MEDIA-FGST_VA_CC-M-LP-012: Color conversion (LowPower) - UYVY -> RGB32 #gst-launch-1.0 filesrc location=/media/RAWS/UYVY_Prog_Packed_352x288.yuv ! videoparse format=uyvy width=352 height=288 ! vapostproc scale-method=256 ! video/x-raw,format=BGRA ! filesink location=/tmp/GSTVA_CC-UYVY_RGB32_LP-014_output.yuv

  1. Open the yuv file via VQA or multiviewer

What's the usage scenario when you are seeing the problem?

Content Creation

What impacted?

BTL and TWL release get impacted.

Debug Information

Caused by 019772d
mainly contribute by
gmmParams.Flags.Info.Linear = 1; in function DdiMedia_CreateImage()

Do you want to contribute a patch to fix the issue?

None

@MicroYY MicroYY assigned MicroYY and unassigned Jexu and XinfengZhang Nov 28, 2024
@MicroYY MicroYY added the VP Video Processing label Nov 28, 2024
@intel-mediadev
Copy link
Contributor

Auto Created VSMGWL-77286 for further analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VP Video Processing
Projects
None yet
Development

No branches or pull requests

5 participants