intel / intel/media-driver

[Bug]: VP9 exposes 4:2:2

Open
#2,020 0 comments 0 reactions 2 assignees Claimed by @XinfengZhang View on GitHub
Dominant language
C
Stars
1.2k
Forks
383
Avg merge
8d 18h
Merged PRs (30d)
4

Description

### Which component impacted?

Decode

### Is it regression? Good in old configuration?

None

### What happened?

This bug report is LLM generated

The driver exposes 4:2:2
capstable_data_vp9_decode_xe2_lpm_r0_specific.h:88
capstable_data_vp9_decode_xe3_lpm_r0_specific.h:88
```
{VAConfigAttribRTFormat, VA_RT_FORMAT_YUV422 | VA_RT_FORMAT_YUV444},

static const AttribList attribList_VAProfileVP9Profile3_VAEntrypointVLD_Xe3_Lpm_r0
{
{VAConfigAttribRTFormat, VA_RT_FORMAT_YUV422_10 | VA_RT_FORMAT_YUV444_10 | VA_RT_FORMAT_YUV422_12 | VA_RT_FORMAT_YUV444_12},

```
decode_vp9_picture_packet.cpp:175
```
else
{
DECODE_ASSERTMESSAGE("Invalid Chroma sampling format!");
return MOS_STATUS_INVALID_PARAMETER;
}

```

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

Playback

### What impacted?

_No response_

### Debug Information

_No response_

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

None

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.