Lines Matching defs:obj_surface

388     object_surface_p obj_surface = SURFACE(surface);
392 if (obj_surface && obj_surface->psb_surface)
393 buf_pl = obj_surface->psb_surface->buf.pl_flags;
416 || (obj_surface->width > 1920) /* overlay have isue to support >1920xXXX resolution */
417 || (obj_surface->subpic_count > 0) /* overlay can't support subpicture */
469 object_surface_p obj_surface = SURFACE(surface); /* surface already checked */
499 if (obj_surface &&
500 ((output->output_width != obj_surface->width) ||
501 (output->output_height != obj_surface->height) ||
510 obj_surface->width, obj_surface->height);
513 output->output_width = obj_surface->width;
514 output->output_height = obj_surface->height;
534 if (obj_surface &&
535 ((output->output_width != obj_surface->width) ||
536 (output->output_height != obj_surface->height ||
543 obj_surface->width, obj_surface->height);
545 output->output_width = obj_surface->width;
546 output->output_height = obj_surface->height;
682 object_surface_p obj_surface = SURFACE(surface);
687 if (obj_surface) /* silent klockwork, we already check it */
688 psb_surface = obj_surface->psb_surface;
737 obj_surface->display_timestamp = 0;
745 vaPtr->num_subpicture = obj_surface->subpic_count;
755 obj_surface->width, obj_surface->height,
772 rotate_width = obj_surface->height;
773 rotate_height = obj_surface->width;
775 rotate_width = obj_surface->width;
776 rotate_height = obj_surface->height;
793 subpic_surface = obj_surface->subpictures;
819 obj_surface->display_timestamp = GetTickCount();
824 obj_surface->display_timestamp = 0;