Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c599 object_surface_p obj_rotate_surface; in psb_check_rotatesurface() local
603 obj_rotate_surface = SURFACE(output->rotate_surfaceID); in psb_check_rotatesurface()
604 if (obj_rotate_surface && in psb_check_rotatesurface()
605 ((obj_rotate_surface->width != rotate_width) in psb_check_rotatesurface()
606 || (obj_rotate_surface->height != rotate_height))) { in psb_check_rotatesurface()
609 object_heap_free(&driver_data->surface_heap, (object_base_p)obj_rotate_surface); in psb_check_rotatesurface()
615 obj_rotate_surface = SURFACE(output->rotate_surfaceID); in psb_check_rotatesurface()
616 if (NULL == obj_rotate_surface) { in psb_check_rotatesurface()
623 obj_rotate_surface->surface_id = output->rotate_surfaceID; in psb_check_rotatesurface()
624 obj_rotate_surface->context_id = -1; in psb_check_rotatesurface()
[all …]