Searched defs:srcx (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_tpi.c76 short srcx,
96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch,
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.c3322 short srcx,
3341 va_TraceMsg(trace_ctx, "\tsrcx = %d\n", srcx);
3318 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.cpp191 short srcx,
209 short srcx,
233 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
237 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
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.c220 short srcx,
238 short srcx,
259 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, (void *)draw, srcx, srcy, srcw, srch,
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,
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/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dextend.c107 int srcy, int srcx,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
122 if (srcx)
126 if (srcx + srcw != src->y_width)
105 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_extend.c108 int srcy, int srcx,
112 const int el_y = srcx ? 0 : dst->border;
115 const int er_y = srcx + srcw != src->y_width ? 0 :
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
106 vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.c152 short srcx,
176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch,
192 short srcx,
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
233 ctx, surface, srcx, srcy, srcw, srch,
462 short srcx,
486 // psb__dump_NV_buffers(obj_surface,srcx,srcy,srcw,srch);
490 if ((srcx < 0) || (srcx > obj_surface->width) || (srcw > (obj_surface->width - srcx)) ||
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/img/psb_video/src/x11/
H A Dpsb_ctexture.c223 short srcx,
404 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: ExtVideo coordinate srcx= %d, srcy=%d, \
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
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
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.h51 short srcx; member in struct:__anon1531
113 short srcx,
131 short srcx,
148 short srcx,
H A Dpsb_x11.c108 short srcx,
230 for (x = srcx; x < (srcx + width); x += 2) {
459 short srcx,
490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch,
510 srcx, srcy, srcw, srch,
526 srcx, srcy, srcw, srch,
532 srcx, srcy, srcw, srch,
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.c373 short srcx,
662 short srcx,
718 srcx, srcy, srcw, srch,
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_coverlay.c403 int srcx, srcy, srcw, srch; local
413 srcx = subpicture->subpic_srcx;
428 if (srcx < 0) {
429 srcw += srcx;
430 srcx = 0;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
512 srcx, srcy, destx, desty, destw, desth);
613 short srcx,
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_drv_debug.c336 short __maybe_unused srcx,
389 short __maybe_unused srcx,
334 psb__dump_I420_buffers( psb_surface_p psb_surface, short __maybe_unused srcx, short srcy, unsigned short srcw, unsigned short srch) argument
387 psb__dump_NV12_buffers( psb_surface_p psb_surface, short __maybe_unused srcx, short __maybe_unused srcy, unsigned short srcw, unsigned short srch) argument
H A Dpsb_overlay.c1439 short srcx,
1466 I830PutImage(ctx, surface, srcx, srcy, srcw, srch,
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.c2868 short __maybe_unused srcx,
2893 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, /* check subpicture */
2863 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

Completed in 275 milliseconds