Home
last modified time | relevance | path

Searched refs:number_cliprects (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/libva/va/android/
Dva_android.cpp201 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/
Dva_x11.c229 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/
Dpsb_x11.h122 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 */
Dpsb_xvva.c382 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()
Dpsb_x11.c468 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()
Dpsb_coverlay.c892 unsigned int number_cliprects, /* number of clip rects in the clip list */ in psb_putsurface_coverlay() argument
/hardware/intel/common/libva/va/
Dva_tpi.c85 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()
Dva_x11.h62 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_android.h76 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_backend_tpi.h62 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_tpi.h86 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_trace.h209 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_backend.h214 unsigned int number_cliprects, /* number of clip rects in the clip list */
Dva_trace.c3336 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/
Dpsb_output.h203 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 */
Dpsb_drv_video.c2944 unsigned int __maybe_unused number_cliprects, /* number of clip rects in the clip list */ argument
/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c471 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()