Searched defs:target_surfaces (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_output.c1693 VASurfaceID *target_surfaces,
1720 CHECK_SURFACE(target_surfaces);
1739 object_surface_p obj_surface = SURFACE(target_surfaces[i]);
1743 VASurfaceID *surfaces = target_surfaces;
1769 VASurfaceID *target_surfaces,
1786 return psb__AssociateSubpicture(ctx, subpicture, target_surfaces, num_surfaces,
1797 VASurfaceID *target_surfaces,
1812 CHECK_SURFACE(target_surfaces);
1814 VASurfaceID *surfaces = target_surfaces;
1690 psb__AssociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dest_x, short dest_y, unsigned short dest_w, unsigned short dest_h, unsigned int flags ) argument
1766 psb_AssociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags ) argument
1794 psb_DeassociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces ) argument
/hardware/intel/common/libva/va/
H A Dva.c1454 VASurfaceID *target_surfaces,
1475 return ctx->vtable->vaAssociateSubpicture ( ctx, subpicture, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_width, dest_height, flags );
1479 * vaDeassociateSubpicture removes the association of the subpicture with target_surfaces.
1484 VASurfaceID *target_surfaces,
1492 return ctx->vtable->vaDeassociateSubpicture ( ctx, subpicture, target_surfaces, num_surfaces );
1451 vaAssociateSubpicture( VADisplay dpy, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags ) argument
1481 vaDeassociateSubpicture( VADisplay dpy, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces ) argument

Completed in 51 milliseconds