HomeSort by relevance Sort by last modified time
    Searched defs:destw (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 45 unsigned short destw; member in struct:_psb_android_output_s
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 60 static VAStatus psb_extend_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsigned destw, unsigned desth)
71 output->extend_drawable = (Window)psb_xrandr_create_full_screen_window(destx, desty, destw, desth);
229 unsigned short destw,
290 texture_priv->destw_save = destw;
293 if (texture_priv->destw_save != destw || texture_priv->desth_save != desth) {
294 texture_priv->destw_save = destw;
355 if (destw > display_width + extend_display_width)
356 destw = display_width + extend_display_width;
362 if (destw > display_width + extend_display_width)
363 destw = display_width + extend_display_width
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
    [all...]
psb_coverlay.c 368 unsigned short destw,
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
420 destw = subpicture->subpic_dstw;
445 destw += destx;
454 if ((destx + destw) > surface_w)
455 destw = surface_w - destx;
459 if (srcw <= destw)
462 width = destw;
487 pPriv->clear_key[i].subpic_dstw = destw;
    [all...]

Completed in 195 milliseconds