/hardware/intel/img/psb_video/src/android/ |
D | psb_output_android.c | 155 unsigned short srch, in psb_putsurface_ctexture() argument 176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, in psb_putsurface_ctexture() 195 unsigned short srch, 210 float _slope_xy = (float)srch / srcw; 230 srcx, srcy, srcw, srch, destx, desty, destw, desth); 233 ctx, surface, srcx, srcy, srcw, srch, 282 unsigned short srch, 297 if ((srcw >= 2048) || (srch >= 2048)) { 345 _slope_xy = (float)srcw / srch; 347 _slope_xy = (float)srch / srcw; [all …]
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_ctexture.c | 226 unsigned short srch, in psb_putsurface_ctexture() argument 265 srcw = srch; in psb_putsurface_ctexture() 266 srch = tmp; in psb_putsurface_ctexture() 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 …igned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, dest… in psb_putsurface_ctexture() 473 …igned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, dest… in psb_putsurface_ctexture() 484 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture() [all …]
|
D | psb_x11.h | 116 unsigned short srch, 134 unsigned short srch, 151 unsigned short srch,
|
D | psb_x11.c | 111 unsigned short srch, in psb_putsurface_x11() argument 144 if (srch <= desth) in psb_putsurface_x11() 145 height = srch; in psb_putsurface_x11() 158 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: src w x h = %d x %d\n", srcw, srch); in psb_putsurface_x11() 462 unsigned short srch, in psb_PutSurface() argument 490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch, in psb_PutSurface() 502 pnw_check_output_method(ctx, obj_surface, srcw, srch, destw, desth, draw); 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_coverlay.c | 403 int srcx, srcy, srcw, srch; in psb_DisplayRGBASubpicture() local 416 srch = subpicture->subpic_srch; in psb_DisplayRGBASubpicture() 434 srch += srcy; in psb_DisplayRGBASubpicture() 440 if ((srcy + srch) > image_height) in psb_DisplayRGBASubpicture() 441 srch = image_height - srcy; in psb_DisplayRGBASubpicture() 464 if (srch <= desth) in psb_DisplayRGBASubpicture() 465 height = srch; in psb_DisplayRGBASubpicture() 886 unsigned short srch, in psb_putsurface_coverlay() argument 1016 srch += srcy; in psb_putsurface_coverlay() 1032 yScaleFactor = srch * 1.0 / x11_window_height; in psb_putsurface_coverlay() [all …]
|
D | psb_xvva.c | 376 unsigned short srch, in psb__CheckPutSurfaceXvPort() argument 451 if (srcw >= destw * 8 || srch >= desth * 8) in psb__CheckPutSurfaceXvPort() 665 unsigned short srch, 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/common/libva/va/android/ |
D | va_android.cpp | 195 unsigned short srch, 213 unsigned short srch, 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 | 223 unsigned short srch, 241 unsigned short srch, 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 | 79 unsigned short srch, in vaPutSurfaceBuf() argument 96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch, in vaPutSurfaceBuf()
|
D | va_x11.h | 56 unsigned short srch,
|
D | va_android.h | 70 unsigned short srch,
|
D | va_backend_tpi.h | 56 unsigned short srch,
|
D | va_tpi.h | 80 unsigned short srch,
|
D | va_trace.h | 203 unsigned short srch,
|
D | va_backend.h | 208 unsigned short srch,
|
D | va_trace.c | 3330 unsigned short srch, in va_TracePutSurface() argument 3349 va_TraceMsg(trace_ctx, "\tsrch = %d\n", srch); in va_TracePutSurface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 197 unsigned short srch, 220 unsigned short srch,
|
D | pnw_rotate.h | 96 unsigned short srch
|
D | psb_drv_debug.c | 356 unsigned short srch) in psb__dump_I420_buffers() argument 368 mapped_buffer2 = mapped_buffer + psb_surface->stride * (srch + srcy / 2); in psb__dump_I420_buffers() 371 for(j = 0; j < srch; ++j) in psb__dump_I420_buffers() 377 for(j = 0; j < srch /2; ++j) { in psb__dump_I420_buffers() 387 for(j = 0; j < srch /2; ++j) in psb__dump_I420_buffers() 409 unsigned short srch) in psb__dump_NV12_buffers() argument 420 int row = srch; in psb__dump_NV12_buffers()
|
D | psb_overlay.h | 349 unsigned short srch,
|
D | psb_overlay.c | 1442 unsigned short srch, in psb_putsurface_overlay() argument 1466 I830PutImage(ctx, surface, srcx, srcy, srcw, srch, in psb_putsurface_overlay()
|
D | psb_drv_video.c | 2938 unsigned short __maybe_unused srch, argument 2960 …psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth,…
|