/hardware/intel/common/libva/va/android/ |
D | va_android.cpp | 201 unsigned int number_cliprects, /* number of clip rects in the clip list */ 219 unsigned int number_cliprects, /* number of clip rects in the clip list */ in vaPutSurface() argument 236 cliprects, number_cliprects, flags ); in vaPutSurface() 240 cliprects, number_cliprects, flags ); in vaPutSurface()
|
/hardware/intel/common/libva/va/x11/ |
D | va_x11.c | 229 unsigned int number_cliprects, /* number of clip rects in the clip list */ 247 unsigned int number_cliprects, /* number of clip rects in the clip list */ in vaPutSurface() argument 261 cliprects, number_cliprects, flags ); in vaPutSurface() 265 cliprects, number_cliprects, flags ); in vaPutSurface()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 122 unsigned int number_cliprects, /* number of clip rects in the clip list */ 140 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | psb_xvva.c | 382 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb__CheckPutSurfaceXvPort() argument 671 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb_putsurface_xvideo() argument 720 cliprects, number_cliprects, flags); in psb_putsurface_xvideo() 746 vaPtr->num_clipbox = number_cliprects; in psb_putsurface_xvideo() 747 for (j = 0; j < number_cliprects; j++) { in psb_putsurface_xvideo()
|
D | psb_x11.c | 468 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb_PutSurface() argument 528 cliprects, number_cliprects, flags); in psb_PutSurface() 534 cliprects, number_cliprects, flags); in psb_PutSurface()
|
D | psb_coverlay.c | 892 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb_putsurface_coverlay() argument
|
/hardware/intel/common/libva/va/ |
D | va_tpi.c | 85 unsigned int number_cliprects, /* number of clip rects in the clip list */ in vaPutSurfaceBuf() argument 97 destx, desty, destw, desth, cliprects, number_cliprects, flags ); in vaPutSurfaceBuf()
|
D | va_x11.h | 62 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_android.h | 76 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_backend_tpi.h | 62 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_tpi.h | 86 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_trace.h | 209 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_backend.h | 214 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | va_trace.c | 3336 unsigned int number_cliprects, /* number of clip rects in the clip list */ in va_TracePutSurface() argument 3355 va_TraceMsg(trace_ctx, "\tnumber_cliprects = %d\n", number_cliprects); in va_TracePutSurface()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.h | 203 unsigned int number_cliprects, /* number of clip rects in the clip list */ 226 unsigned int number_cliprects, /* number of clip rects in the clip list */
|
D | psb_drv_video.c | 2944 unsigned int __maybe_unused number_cliprects, /* number of clip rects in the clip list */ argument
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_output_android.c | 471 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb_PutSurface() argument 488 CHECK_INVALID_PARAM((NULL == cliprects) && (0 != number_cliprects)); in psb_PutSurface()
|