Home | History | Annotate | Download | only in x11

Lines Matching refs:subpicture

385     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->subpic_srcw;
416 srch = subpicture->subpic_srch;
418 destx = subpicture->subpic_dstx + surface_x;
419 desty = subpicture->subpic_dsty + surface_y;
420 destw = subpicture->subpic_dstw;
421 desth = subpicture->subpic_dsth;
423 image_width = subpicture->width;
424 image_height = subpicture->height;
425 size = subpicture->size;
495 destx = subpicture->subpic_dstx * xScale;
496 desty = subpicture
508 destx = subpicture->subpic_dstx * xScale;
509 desty = subpicture->subpic_dsty * yScale;
851 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures;
854 if (subpicture == NULL) {
855 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Surface has no subpicture
859 for (i = 0; subpicture != NULL; subpicture = subpicture->next, i++) {
860 if ((subpicture->subpic_dstx != pPriv->clear_key[i].subpic_dstx) ||
861 (subpicture->subpic_dsty != pPriv->clear_key[i].subpic_dsty) ||
862 (subpicture->subpic_dstw != pPriv->clear_key[i].subpic_dstw) ||
863 (subpicture->subpic_dsth != pPriv->clear_key[i].subpic_dsth)) {
1285 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures;
1288 /*clear changed subpicture zones in drawable.*/
1291 psb_DisplayRGBASubpicture(subpicture, ctx, x11_window_width, x11_window_height,