Home | History | Annotate | Download | only in va

Lines Matching refs:subpicture

43  * rev 0.21 (08/20/2007 Jonathan Bian) - Added image and subpicture support.
60 * rev 0.31.2 (01/13/2011 Anthony Pabon)- Added a flag to indicate Subpicture coordinates are screen
2170 * scaling or subpicture blending within a call to vaPutImage.
2188 * Subpicture is a special type of image that can be blended
2189 * with a surface during vaPutSurface(). Subpicture can be used to render
2195 /** Get maximum number of subpicture formats supported by the implementation */
2205 * Query supported subpicture formats
2229 VASubpictureID *subpicture /* out */
2233 * Destroy the subpicture before destroying the image it is assocated to
2237 VASubpictureID subpicture
2241 * Bind an image to the subpicture. This image will now be associated with
2242 * the subpicture instead of the one at creation.
2246 VASubpictureID subpicture,
2261 VASubpictureID subpicture,
2274 VASubpictureID subpicture,
2279 * vaAssociateSubpicture associates the subpicture with target_surfaces.
2280 * It defines the region mapping between the subpicture and the target
2287 VASubpictureID subpicture,
2290 short src_x, /* upper left offset in subpicture */
2306 * vaDeassociateSubpicture removes the association of the subpicture with target_surfaces.
2310 VASubpictureID subpicture,