Bug 94943 - Fully support Y800 images.
Summary: Fully support Y800 images.
Status: RESOLVED NOTABUG
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: haihao
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-15 00:24 UTC by Scott D Phillips
Modified: 2016-07-27 07:23 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.