Searched defs:desty (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.h44 short desty; member in struct:_psb_android_output_s
H A Dpsb_output_android.c157 short desty,
177 destx, desty, destw, desth, 0, /* no subtitle */
197 short desty,
225 desty += _pos_y;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
249 short desty;
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);*/
256 if ((destx >= 0) && (desty >
148 psb_putsurface_ctexture( VADriverContextP ctx, VASurfaceID surface, unsigned char* data, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int __maybe_unused flags ) argument
458 psb_PutSurface( VADriverContextP ctx, VASurfaceID surface, void __maybe_unused * android_isurface, 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 ) argument
[all...]
/hardware/intel/common/libva/va/
H A Dva_tpi.c81 short desty,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
71 vaPutSurfaceBuf( VADisplay dpy, VASurfaceID surface, unsigned char* data, int* data_len, 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 ) argument
H A Dva_trace.c3363 short desty,
3382 va_TraceMsg(trace_ctx, "\tdesty = %d\n", desty);
3354 va_TracePutSurface( VADisplay dpy, VASurfaceID surface, void *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 ) argument
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp196 short desty,
214 short desty,
234 destx, desty, destw, desth,
238 destx, desty, destw, desth,
205 vaPutSurface( VADisplay dpy, VASurfaceID surface, sp<ANativeWindow> 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 ) argument
/hardware/intel/common/libva/va/x11/
H A Dva_x11.c225 short desty,
243 short desty,
260 destx, desty, destw, desth,
264 destx, desty, destw, desth,
234 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 ) argument
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_ctexture.c60 static VAStatus psb_extend_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsigned destw, unsigned desth) argument
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, dest
219 psb_putsurface_ctexture( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int flags ) argument
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...]
H A Dpsb_x11.h57 short desty; member in struct:__anon1021
118 short desty,
136 short desty,
153 short desty,
H A Dpsb_x11.c113 short desty,
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
464 short desty,
491 destx, desty, destw, desth, flags);
511 destx, desty, destw, desth,
527 destx, desty, destw, desth,
533 destx, desty, destw, desth,
104 psb_putsurface_x11( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int flags ) argument
455 psb_PutSurface( VADriverContextP ctx, VASurfaceID surface, void *drawable, 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 ) argument
H A Dpsb_xvva.c378 short desty,
667 short desty,
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);
369 psb__CheckPutSurfaceXvPort( VADriverContextP ctx, 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 ) argument
658 psb_putsurface_xvideo( VADriverContextP ctx, 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 ) argument
H A Dpsb_xrandr.c535 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth) argument
549 win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, desty, destw, desth, 0, 0, 0);
H A Dpsb_coverlay.c367 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;
363 psb_cleardrawable_stopoverlay( VADriverContextP ctx, Drawable draw, short destx, short desty, unsigned short destw, unsigned short desth ) argument
608 psb_extendMode_getCoordinate( PsbPortPrivPtr pPriv, psb_xrandr_location extend_location, short destx, short desty, short srcx, short srcy, float xScaleFactor, float yScaleFactor, int *x11_window_width, int *x11_window_height, psb_overlay_rect_p local_rect, psb_overlay_rect_p extend_rect, enum overlay_id_t *extend_overlay ) argument
879 psb_putsurface_coverlay( VADriverContextP ctx, 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 ) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c1444 short desty,
1467 destx, desty, destw, desth,
1436 psb_putsurface_overlay( VADriverContextP ctx, VASurfaceID surface, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int flags, int overlayId, int pipeId ) argument
H A Dpsb_drv_video.c2778 short __maybe_unused desty,
2798 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, /* check subpicture */
2768 psb_PutSurfaceBuf( VADriverContextP ctx, VASurfaceID surface, unsigned char __maybe_unused * data, int __maybe_unused * data_len, short __maybe_unused srcx, short __maybe_unused srcy, unsigned short __maybe_unused srcw, unsigned short __maybe_unused srch, short __maybe_unused destx, short __maybe_unused desty, unsigned short __maybe_unused destw, unsigned short __maybe_unused desth, VARectangle __maybe_unused * cliprects, unsigned int __maybe_unused number_cliprects, unsigned int __maybe_unused flags ) argument
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3473 unsigned int destx, desty,destW, destH; local
3560 desty = 0;
3565 desty = 0;
3571 desty = vinfo.yres/2;
3576 desty = vinfo.yres/2;
3583 desty = 0;
3597 e->dst_rect.y = desty;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3929 unsigned int destx, desty,destW, destH; local
4011 desty = 0;
4017 desty = 0;
4024 desty = vinfo.yres/2;
4030 desty = vinfo.yres/2;
4037 desty = 0;
4051 e->dst_rect.y = desty;

Completed in 277 milliseconds