intel / intel/media-driver

[Bug]: ProcessingRate is advertised but unimplemented

Open
#2,022 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?

_No response_

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

None

### What happened?

This issue is LLM generated

This driver exposes VA_PROCESSING_RATE_ENCODE but doesn't implement QueryProcessingRate

capstable_data_av1_encode_xe3_lpm_r0_specific.h:81
```
{VAConfigAttribProcessingRate, VA_PROCESSING_RATE_ENCODE},
```

media_libva_interface_next.cpp:5340
```
VAStatus MediaLibvaInterfaceNext::QueryProcessingRate(
VADriverContextP ctx,
VAConfigID configId,
VAProcessingRateParameter *procBuf,
uint32_t *processingRate)
{
DDI_FUNC_ENTER;
return VA_STATUS_ERROR_UNIMPLEMENTED;
}
```

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

Transcode for media delivery

### 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.