Bug ID | 109793 |
---|---|
Summary | I420/IYUV is not advertised in vaQueryImageFormats() |
Product | Mesa |
Version | 18.2 |
Hardware | Other |
OS | All |
Status | NEW |
Severity | normal |
Priority | medium |
Component | Drivers/Gallium/radeonsi |
Assignee | dri-devel@lists.freedesktop.org |
Reporter | andrescj@chromium.org |
QA Contact | dri-devel@lists.freedesktop.org |
According to https://gitlab.freedesktop.org/mesa/mesa/commit/b0a44f10, vaGetImage() can convert from an internal format of NV12 to a IYUV image. However, vaQueryImageFormats() does not report I420 or IYUV as a supported image format, and it seems it should (I tried this on a AMD STONEY device).