Searched refs:rotate_height (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c591 unsigned short rotate_height,
606 || (obj_rotate_surface->height != rotate_height))) {
626 obj_rotate_surface->height = rotate_height;
643 vaStatus = psb_surface_create(driver_data, rotate_width, rotate_height,
765 unsigned int rotate_width, rotate_height; local
773 rotate_height = obj_surface->width;
776 rotate_height = obj_surface->height;
780 vaStatus = psb_check_rotatesurface(ctx, rotate_width, rotate_height, protected, fourcc);
785 rotate_width, rotate_height,
588 psb_check_rotatesurface( VADriverContextP ctx, unsigned short rotate_width, unsigned short rotate_height, unsigned int protected, int fourcc ) argument

Completed in 70 milliseconds