Home | History | Annotate | Download | only in va

Lines Matching defs:vaPutImage

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