Bug 94943

Summary: Fully support Y800 images.
Product: libva Reporter: Scott D Phillips <scott.d.phillips>
Component: intelAssignee: haihao <haihao.xiang>
Status: RESOLVED NOTABUG QA Contact: Sean V Kelley <seanvk>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Scott D Phillips 2016-04-15 00:24:02 UTC
An image with fourcc==Y800 can be created by vaDeriveImage() but Y800 isn't returned by vaQueryImageFormats() and isn't accepted by vaCreateImage(), doesn't work in vaPutImage(), &c.

Support Y800 in all Image apis.
Comment 1 haihao 2016-07-27 07:23:15 UTC
The image fourcc returned by vaQueryImageFormats() must be supported supported by vaCreateImage()/vaGetImage()/vaPutImage(). but the image fourcc returned from vaDeriverImage() might not be included in the image list returned from vaQueryImageFormats().

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.