/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 52 short srcy; member 114 short srcy, 132 short srcy, 149 short srcy,
|
D | psb_coverlay.c | 403 int srcx, srcy, srcw, srch; in psb_DisplayRGBASubpicture() local 414 srcy = subpicture->subpic_srcy; in psb_DisplayRGBASubpicture() 433 if (srcy < 0) { in psb_DisplayRGBASubpicture() 434 srch += srcy; in psb_DisplayRGBASubpicture() 435 srcy = 0; in psb_DisplayRGBASubpicture() 440 if ((srcy + srch) > image_height) in psb_DisplayRGBASubpicture() 441 srch = image_height - srcy; in psb_DisplayRGBASubpicture() 498 …XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, wi… in psb_DisplayRGBASubpicture() 512 srcx, srcy, destx, desty, destw, desth); in psb_DisplayRGBASubpicture() 614 short srcy, in psb_extendMode_getCoordinate() argument [all …]
|
D | psb_ctexture.c | 224 short srcy, in psb_putsurface_ctexture() argument 406 … srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer); in psb_putsurface_ctexture() 409 …extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, in psb_putsurface_ctexture() 415 …extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, in psb_putsurface_ctexture() 466 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture() 468 …it(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx,… in psb_putsurface_ctexture() 473 …it(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx,… in psb_putsurface_ctexture() 484 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture() 487 …xture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx,… in psb_putsurface_ctexture() 492 …xture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx,… in psb_putsurface_ctexture() [all …]
|
D | psb_x11.c | 109 short srcy, in psb_putsurface_x11() argument 224 uint8_t *src_y = surface_data + psb_surface->stride * srcy; in psb_putsurface_x11() 225 uint8_t *src_uv = surface_data + psb_surface->stride * (obj_surface->height + srcy / 2); in psb_putsurface_x11() 227 for (y = srcy; y < (srcy + height); y += 2) { in psb_putsurface_x11() 460 short srcy, in psb_PutSurface() argument 490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch, in psb_PutSurface() 510 srcx, srcy, srcw, srch, in psb_PutSurface() 526 srcx, srcy, srcw, srch, in psb_PutSurface() 532 srcx, srcy, srcw, srch, in psb_PutSurface()
|
D | psb_xvva.c | 374 short srcy, in psb__CheckPutSurfaceXvPort() argument 663 short srcy, in psb_putsurface_xvideo() argument 718 srcx, srcy, srcw, srch, in psb_putsurface_xvideo() 812 srcx, srcy, srcw, srch, destx, desty, destw, desth); in psb_putsurface_xvideo()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_output_android.c | 153 short srcy, in psb_putsurface_ctexture() argument 176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, in psb_putsurface_ctexture() 193 short srcy, 230 srcx, srcy, srcw, srch, destx, desty, destw, desth); 233 ctx, surface, srcx, srcy, srcw, srch, 463 short srcy, in psb_PutSurface() argument 491 …(srcy < 0) || (srcy > obj_surface->height_origin) || (srch > (obj_surface->height_origin - srcy)))… in psb_PutSurface() 534 srcx, srcy, srcw, srch, in psb_PutSurface()
|
/hardware/intel/common/libva/va/android/ |
D | va_android.cpp | 193 short srcy, 211 short srcy, in vaPutSurface() argument 234 … VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch, in vaPutSurface() 238 …return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch, in vaPutSurface()
|
/hardware/intel/common/libva/va/x11/ |
D | va_x11.c | 221 short srcy, 239 short srcy, in vaPutSurface() argument 259 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, (void *)draw, srcx, srcy, srcw, srch, in vaPutSurface() 263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch, in vaPutSurface()
|
/hardware/intel/common/libva/va/ |
D | va_tpi.c | 77 short srcy, in vaPutSurfaceBuf() argument 96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch, in vaPutSurfaceBuf()
|
D | va_x11.h | 54 short srcy,
|
D | va_android.h | 68 short srcy,
|
D | va_backend_tpi.h | 54 short srcy,
|
D | va_tpi.h | 78 short srcy,
|
D | va_trace.h | 201 short srcy,
|
D | va_backend.h | 206 short srcy,
|
D | va_trace.c | 3328 short srcy, in va_TracePutSurface() argument 3347 va_TraceMsg(trace_ctx, "\tsrcy = %d\n", srcy); in va_TracePutSurface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 195 short srcy, 218 short srcy,
|
D | pnw_rotate.h | 94 short srcy,
|
D | psb_overlay.h | 347 short srcy,
|
D | psb_drv_debug.c | 354 short srcy, in psb__dump_I420_buffers() argument 367 mapped_buffer1 = mapped_buffer + psb_surface->stride * srcy; in psb__dump_I420_buffers() 368 mapped_buffer2 = mapped_buffer + psb_surface->stride * (srch + srcy / 2); in psb__dump_I420_buffers() 407 short __maybe_unused srcy, in psb__dump_NV12_buffers() argument
|
D | psb_overlay.c | 1440 short srcy, in psb_putsurface_overlay() argument 1466 I830PutImage(ctx, surface, srcx, srcy, srcw, srch, in psb_putsurface_overlay()
|
D | psb_drv_video.c | 2936 short __maybe_unused srcy, argument 2960 …psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth,…
|