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

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 46 unsigned short desth; 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);
230 unsigned short desth,
291 texture_priv->desth_save = desth;
293 if (texture_priv->destw_save != destw || texture_priv->desth_save != desth) {
295 texture_priv->desth_save = desth;
357 if (desth > display_height)
358 desth = display_height;
364 if (desth > display_height)
365 desth = display_height
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 369 unsigned short desth
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
421 desth = subpicture->subpic_dsth;
450 desth += desty;
456 if ((desty + desth) > surface_h)
457 desth = surface_h - desty;
464 if (srch <= desth)
467 height = desth;
488 pPriv->clear_key[i].subpic_dsth = desth;
    [all...]

Completed in 167 milliseconds