Searched refs:subpicture (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_backend.h288 VASubpictureID *subpicture /* out */
293 VASubpictureID subpicture
298 VASubpictureID subpicture,
304 VASubpictureID subpicture,
312 VASubpictureID subpicture,
318 VASubpictureID subpicture,
321 short src_x, /* upper left offset in subpicture */
338 VASubpictureID subpicture,
H A Dva.c1304 * 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, imag
1392 vaSetSubpictureImage( VADisplay dpy, VASubpictureID subpicture, VAImageID image ) argument
1410 vaSetSubpictureChromakey( VADisplay dpy, VASubpictureID subpicture, unsigned int chromakey_min, unsigned int chromakey_max, unsigned int chromakey_mask ) argument
1431 vaSetSubpictureGlobalAlpha( VADisplay dpy, VASubpictureID subpicture, float global_alpha ) argument
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
[all...]
H A Dva.h43 * rev 0.21 (08/20/2007 Jonathan Bian) - Added image and subpicture support.
2952 * scaling or subpicture blending within a call to vaPutImage.
2977 /* Get maximum number of subpicture formats supported by the implementation */
2987 * Query supported subpicture formats
3011 VASubpictureID *subpicture /* out */
3015 * Destroy the subpicture before destroying the image it is assocated to
3019 VASubpictureID subpicture
3023 * Bind an image to the subpicture. This image will now be associated with
3024 * the subpicture instead of the one at creation.
3028 VASubpictureID subpicture,
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_output.h300 VASubpictureID *subpicture /* out */
305 VASubpictureID subpicture
310 VASubpictureID subpicture,
317 VASubpictureID subpicture,
325 VASubpictureID subpicture,
331 VASubpictureID subpicture,
334 short src_x, /* upper left offset in subpicture */
351 VASubpictureID subpicture,
H A Dpsb_output.c65 /* surfaces link list associated with a subpicture */
1275 * The image informatio and its BO of subpicture will copied to surface
1290 int update /* update subpicture location */
1508 VASubpictureID *subpicture /* out */
1520 CHECK_SUBPICTURE(subpicture);
1540 *subpicture = subpicID;
1550 VASubpictureID subpicture = obj_subpic->subpic_id; local
1558 psb__DelinkSubpictFromSurface(obj_surface, subpicture);
1572 VASubpictureID subpicture
1579 obj_subpic = SUBPIC(subpicture);
1585 psb_SetSubpictureImage( VADriverContextP ctx, VASubpictureID subpicture, VAImageID image ) argument
1641 psb_SetSubpictureChromakey( VADriverContextP ctx, VASubpictureID subpicture, unsigned int chromakey_min, unsigned int chromakey_max, unsigned int chromakey_mask ) argument
1665 psb_SetSubpictureGlobalAlpha( VADriverContextP ctx, VASubpictureID subpicture, float global_alpha ) argument
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
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c385 PsbVASurfaceRec *subpicture,
401 struct _WsbmBufferObject *bo = subpicture->bo;
407 if (subpicture->fourcc != VA_FOURCC_RGBA) {
408 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Invalid image format, ONLY support RGBA subpicture now.\n", __func__);
412 for (i = 0; subpicture != NULL; subpicture = subpicture->next, i++) {
413 srcx = subpicture->subpic_srcx;
414 srcy = subpicture->subpic_srcy;
415 srcw = subpicture
384 psb_DisplayRGBASubpicture( PsbVASurfaceRec *subpicture, VADriverContextP ctx, int win_width, int win_height, int surface_x, int surface_y, int surface_w, int surface_h, psb_extvideo_subtitle subtitle ) argument
851 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures; local
1285 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures; local
[all...]

Completed in 70 milliseconds