Searched refs:rotate_height (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 591 unsigned short rotate_height, in psb_check_rotatesurface() argument 606 || (obj_rotate_surface->height != rotate_height))) { in psb_check_rotatesurface() 626 obj_rotate_surface->height = rotate_height; in psb_check_rotatesurface() 643 vaStatus = psb_surface_create(driver_data, rotate_width, rotate_height, in psb_check_rotatesurface() 765 unsigned int rotate_width, rotate_height; in psb_putsurface_xvideo() local 773 rotate_height = obj_surface->width; in psb_putsurface_xvideo() 776 rotate_height = obj_surface->height; in psb_putsurface_xvideo() 780 vaStatus = psb_check_rotatesurface(ctx, rotate_width, rotate_height, protected, fourcc); in psb_putsurface_xvideo() 785 rotate_width, rotate_height, in psb_putsurface_xvideo()
|