Lines Matching defs:image
103 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
113 if (!(format && image && width && height))
191 *image = *img;
197 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
422 *image = *img;
433 vlVaDestroyImage(VADriverContextP ctx, VAImageID image)
444 vaimage = handle_table_get(drv->htab, image);
450 handle_table_remove(VL_VA_DRIVER(ctx)->htab, image);
458 vlVaSetImagePalette(VADriverContextP ctx, VAImageID image, unsigned char *palette)
468 unsigned int width, unsigned int height, VAImageID image)
492 vaimage = handle_table_get(drv->htab, image);
610 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image,
635 vaimage = handle_table_get(drv->htab, image);
648 /* Attempting to transfer derived image to surface */