HomeSort by relevance Sort by last modified time
    Searched refs:desth (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 46 unsigned short desth; member in struct:_psb_android_output_s
psb_output_android.c 159 unsigned short desth,
177 destx, desty, destw, desth, 0, /* no subtitle */
199 unsigned short desth,
227 desth = _desth;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
251 unsigned short desth;
254 psb_android_get_destbox(&destx, &desty, &destw, &desth);
255 /*drv_debug_msg(VIDEO_DEBUG_GENERAL, "destbox = (%d,%d,%d,%d)\n", destx, desty, destw, desth);*/
258 ((desty + desth) <= output->screen_height) &
    [all...]
psb_android_glue.h 43 void psb_android_get_destbox(short* destx, short* desty, unsigned short* destw, unsigned short* desth);
  /hardware/intel/common/libva/va/
va_x11.h 60 unsigned short desth,
va_android.h 74 unsigned short desth,
va_backend_tpi.h 60 unsigned short desth,
va_tpi.h 84 unsigned short desth,
va_tpi.c 83 unsigned short desth,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_trace.h 207 unsigned short desth,
va_backend.h 212 unsigned short desth,
  /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_x11.h 120 unsigned short desth,
138 unsigned short desth,
155 unsigned short desth,
psb_x11.c 115 unsigned short desth,
144 if (srch <= desth)
147 height = desth;
159 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: dest w x h = %d x %d\n", destw, desth);
407 static int pnw_check_output_method(VADriverContextP ctx, object_surface_p obj_surface, int width, int height, int destw, int desth, Drawable draw)
437 || (obj_surface->subpic_count && ((width > destw) || (height > desth)))
466 unsigned short desth,
491 destx, desty, destw, desth, flags);
502 pnw_check_output_method(ctx, obj_surface, srcw, srch, destw, desth, draw);
511 destx, desty, destw, desth,
    [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...]
psb_xrandr.h 176 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth);
psb_xvva.c 380 unsigned short desth,
451 if (srcw >= destw * 8 || srch >= desth * 8)
669 unsigned short desth,
719 destx, desty, destw, desth,
726 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
812 srcx, srcy, srcw, srch, destx, desty, destw, desth);
psb_xrandr.c 535 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth)
545 if (destw == 0 || desth == 0) {
547 desth = height;
549 win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, desty, destw, desth, 0, 0, 0);
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 199 unsigned short desth,
217 unsigned short desth,
235 destx, desty, destw, desth,
239 destx, desty, destw, desth,
  /hardware/intel/common/libva/va/x11/
va_x11.c 227 unsigned short desth,
245 unsigned short desth,
260 destx, desty, destw, desth,
264 destx, desty, destw, desth,
  /hardware/intel/img/psb_video/src/
psb_output.h 201 unsigned short desth,
224 unsigned short desth,
psb_overlay.h 353 unsigned short desth,
psb_overlay.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 351 short destx, short desty, unsigned short destw, unsigned short desth,
366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
408 * until the app updates destw and desth.
412 assert(desty + desth - 1 < drawable_surface->height);
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 320 unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects,
surface.c 274 unsigned short destw, unsigned short desth, VARectangle *cliprects,
284 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};

Completed in 2494 milliseconds

1 2