Home | History | Annotate | Download | only in va

Lines Matching refs:VAImage

2738  * VAImage is used to either get the surface data to client memory, or 
2844 } VAImage;
2864 * Create a VAImage structure
2865 * The width and height fields returned in the VAImage structure may get
2875 VAImage *image /* out */
2892 * in the palette is described by the component_order in VAImage struct
2898 * Retrive surface data into a VAImage
2912 * Copy data from a VAImage to a surface
2932 * Derive an VAImage from an existing surface.
2933 * This interface will derive a VAImage and corresponding image buffer from
2937 * represented with a VAImage. When the operation is not possible this interface
2965 VAImage *image /* out */