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

1 2

  /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.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_x11.h 120 unsigned short desth,
138 unsigned short desth,
155 unsigned short desth,
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...]
  /hardware/intel/img/psb_video/src/android/
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);
psb_output_android.h 46 unsigned short desth; member in struct:_psb_android_output_s
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 236 .min((float) srcW / mDecodeOpts.destW, (float) srcH / mDecodeOpts.destH);
265 Bitmap.createBitmap(mDecodeOpts.destW, mDecodeOpts.destH,
326 mDecodeOpts.destH,
327 mDecodeOpts.destH, mOpts.inSampleSize, mDecodeOpts.verticalCenter,
333 + " dstW/H=" + mDecodeOpts.destW + "/" + mDecodeOpts.destH);
553 public int destH;
565 public DecodeOptions(final int destW, final int destH) {
566 this(destW, destH, 0.5f, STRATEGY_ROUND_NEAREST);
572 * @param destH The destination height to decode to.
578 public DecodeOptions(final int destW, final int destH, final float verticalCenter
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 198 unsigned short desth,
216 unsigned short desth,
234 destx, desty, destw, desth,
238 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/common/libva/va/
va_tpi.c 83 unsigned short desth,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_backend_tpi.h 60 unsigned short desth,
va_x11.h 60 unsigned short desth,
va_android.h 73 unsigned short desth,
va_tpi.h 84 unsigned short desth,
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 61 unsigned short desth,
va_x11.h 60 unsigned short desth,
va_android.h 73 unsigned short desth,
va_tpi.h 82 unsigned short desth,
va_trace.h 194 unsigned short desth,
  /external/chromium_org/content/common/gpu/media/
va.sigs 38 VAStatus vaPutSurface(VADisplay dpy, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 114 unsigned short destw, unsigned short desth, VARectangle *cliprects,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 344 short destx, short desty, unsigned short destw, unsigned short desth,
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
400 * until the app updates destw and desth.
404 assert(desty + desth - 1 < drawable_surface->height);
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 114 unsigned short destw, unsigned short desth, VARectangle *cliprects,
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 344 short destx, short desty, unsigned short destw, unsigned short desth,
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
400 * until the app updates destw and desth.
404 assert(desty + desth - 1 < drawable_surface->height);

Completed in 953 milliseconds

1 2