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

/hardware/intel/img/psb_video/src/
H A Dpnw_rotate.c484 psb_surface = obj_surface->scaling_surface;
515 obj_surface->scaling_surface = NULL;
529 obj_surface->scaling_surface = psb_surface;
H A Dtng_vld_dec.c92 out_loop_surface = obj_context->current_render_target->scaling_surface;
491 surface_param.src_surface = obj_context->current_render_target->scaling_surface;
H A Dpsb_drv_video.h530 struct psb_surface_s *scaling_surface; /* Alternative output surface for scaling */ member in struct:object_surface_s
H A Dpsb_drv_video.c601 if (obj_surface->scaling_surface) {
602 psb_surface_destroy(obj_surface->scaling_surface);
2403 if (obj_surface->scaling_surface)
2404 psb__dump_NV12_buffers(obj_surface->scaling_surface, 0, 0, obj_surface->width_s, obj_surface->height_s);

Completed in 91 milliseconds