/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_x11.c | 114 unsigned short destw, 139 if (srcw <= destw) 142 width = destw; 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))) 465 unsigned short destw, 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 | 119 unsigned short destw, 137 unsigned short destw, 154 unsigned short destw,
|
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...] |
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 | 379 unsigned short destw, 451 if (srcw >= destw * 8 || srch >= desth * 8) 668 unsigned short destw, 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) { 546 destw = width; 549 win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, desty, destw, desth, 0, 0, 0); [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_output_android.c | 158 unsigned short destw, 177 destx, desty, destw, desth, 0, /* no subtitle */ 198 unsigned short destw, 226 destw = _destw; 230 srcx, srcy, srcw, srch, destx, desty, destw, desth); 234 destx, desty, destw, desth, /* screen coordinate */ 250 unsigned short destw; 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);*/ 257 ((destx + destw) <= output->screen_width) & [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 | 45 unsigned short destw; 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, 325 BitmapUtils.calculateCroppedSrcRect(srcW, srcH, mDecodeOpts.destW, 333 + " dstW/H=" + mDecodeOpts.destW + "/" + mDecodeOpts.destH); 552 public int destW; 574 public DecodeOptions(final int destW, final int destH) { 575 this(destW, destH, 0.5f, 0.5f, STRATEGY_ROUND_NEAREST); 580 * @param destW The destination width to decode to. 587 public DecodeOptions(final int destW, final int destH, 589 this(destW, destH, 0.5f, verticalCenter, sampleSizeStrategy) [all...] |
/hardware/intel/common/libva/va/android/ |
va_android.cpp | 197 unsigned short destw, 215 unsigned short destw, 234 destx, desty, destw, desth, 238 destx, desty, destw, desth,
|
/hardware/intel/common/libva/va/x11/ |
va_x11.c | 226 unsigned short destw, 244 unsigned short destw, 260 destx, desty, destw, desth, 264 destx, desty, destw, desth,
|
/hardware/intel/common/libva/va/ |
va_tpi.c | 82 unsigned short destw, 97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
|
va_backend_tpi.h | 59 unsigned short destw,
|
va_x11.h | 59 unsigned short destw,
|
va_android.h | 73 unsigned short destw,
|
va_tpi.h | 83 unsigned short destw,
|
va_trace.h | 206 unsigned short destw,
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_surface.c | 114 unsigned short destw, unsigned short desth, VARectangle *cliprects,
|
ftab.c | 68 unsigned short destw,
|
va_private.h | 102 unsigned short destw,
|
/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. 403 assert(destx + destw - 1 < drawable_surface->width);
|
/hardware/intel/img/psb_video/src/ |
psb_output.h | 200 unsigned short destw, 223 unsigned short destw,
|
psb_overlay.h | 352 unsigned short destw,
|