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

  /external/mesa3d/src/mesa/main/
drawpix.c 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 44 short desty; member in struct:_psb_android_output_s
  /external/opencv3/samples/cpp/
cloning_gui.cpp 49 int destx, desty; variable
216 desty = y;
  /external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp 48 int destx, desty; variable
215 desty = y;
  /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);
228 short desty,
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
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
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video, swap buffer, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
484 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer)
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
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_x11.h 57 short desty; member in struct:__anon31078
118 short desty,
136 short desty,
153 short desty,
psb_coverlay.c 367 short desty,
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
419 desty = subpicture->subpic_dsty + surface_y;
449 if (desty < 0) {
450 desth += desty;
451 desty = 0;
456 if ((desty + desth) > surface_h)
457 desth = surface_h - desty;
486 pPriv->clear_key[i].subpic_dsty = desty;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3473 unsigned int destx, desty,destW, destH; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3929 unsigned int destx, desty,destW, destH; local
    [all...]

Completed in 167 milliseconds