Home | History | Annotate | Download | only in va

Lines Matching refs:vaPutImage

1262 VAStatus vaPutImage (
1280 return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_width, dest_height );
1291 * to using vaCreateImage + vaPutImage to accomplish the same task in an
1304 * scaling or subpicture blending within a call to vaPutImage.
1306 * Calls to vaPutImage or vaGetImage using the same surface from which the image
1307 * has been derived will return VA_STATUS_ERROR_SURFACE_BUSY. vaPutImage or