Home | History | Annotate | Download | only in va

Lines Matching full:subpicture

1304  * scaling or subpicture blending within a call to vaPutImage.
1328 /* Get maximum number of subpicture formats supported by the implementation */
1340 * Query supported subpicture formats
1367 VASubpictureID *subpicture /* out */
1374 return ctx->vtable->vaCreateSubpicture ( ctx, image, subpicture );
1378 * Destroy the subpicture before destroying the image it is assocated to
1382 VASubpictureID subpicture
1389 return ctx->vtable->vaDestroySubpicture ( ctx, subpicture);
1394 VASubpictureID subpicture,
1402 return ctx->vtable->vaSetSubpictureImage ( ctx, subpicture, image);
1412 VASubpictureID subpicture,
1422 return ctx->vtable->vaSetSubpictureChromakey ( ctx, subpicture, chromakey_min, chromakey_max, chromakey_mask );
1433 VASubpictureID subpicture,
1441 return ctx->vtable->vaSetSubpictureGlobalAlpha ( ctx, subpicture, global_alpha );
1445 vaAssociateSubpicture associates the subpicture with the target_surface.
1446 It defines the region mapping between the subpicture and the target
1453 VASubpictureID subpicture,
1456 short src_x, /* upper left offset in subpicture */
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.
1483 VASubpictureID subpicture,
1492 return ctx->vtable->vaDeassociateSubpicture ( ctx, subpicture, target_surfaces, num_surfaces );