OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui32NumClipBoxList
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_x11.h
96
unsigned int
ui32NumClipBoxList
;
psb_coverlay.c
546
ret = psb_x11_createWindowClipBoxList(ctx->native_dpy, draw, &output->pClipBoxList, &output->
ui32NumClipBoxList
);
557
pVaWindowClipRects = (VARectangle *)calloc(1, sizeof(VARectangle) * output->
ui32NumClipBoxList
);
563
memset(pVaWindowClipRects, 0, sizeof(VARectangle)*output->
ui32NumClipBoxList
);
566
drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Total %d clip boxes\n", __func__, output->
ui32NumClipBoxList
);
568
for (i = 0; i < output->
ui32NumClipBoxList
; i++) {
595
((output->
ui32NumClipBoxList
!= pPriv->last_num_clipbox) ||
596
(memcmp(&pVaWindowClipRects[0], &(pPriv->last_clipbox[0]), (output->
ui32NumClipBoxList
> 16 ? 16 : output->
ui32NumClipBoxList
)*sizeof(VARectangle)) != 0))) {
597
pPriv->last_num_clipbox = output->
ui32NumClipBoxList
;
598
memcpy(&pPriv->last_clipbox[0], &pVaWindowClipRects[0], (output->
ui32NumClipBoxList
> 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle))
[
all
...]
psb_x11.c
291
output->
ui32NumClipBoxList
= 0;
Completed in 1163 milliseconds