Searched refs:rotate_width (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 590 unsigned short rotate_width, in psb_check_rotatesurface() argument 605 ((obj_rotate_surface->width != rotate_width) in psb_check_rotatesurface() 625 obj_rotate_surface->width = rotate_width; 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 772 rotate_width = obj_surface->height; in psb_putsurface_xvideo() 775 rotate_width = obj_surface->width; 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()
|