Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c894 BoxPtr a_clip_rects, int a_clip_rect_nums) in ephyrHostXVPutImage() argument
907 EPHYR_LOG("enter, num_clip_rects: %d\n", a_clip_rect_nums); in ephyrHostXVPutImage()
927 if (a_clip_rect_nums) { in ephyrHostXVPutImage()
929 rects = calloc(a_clip_rect_nums, sizeof(xcb_rectangle_t)); in ephyrHostXVPutImage()
930 for (i=0; i < a_clip_rect_nums; i++) { in ephyrHostXVPutImage()
943 a_clip_rect_nums, in ephyrHostXVPutImage()