Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_rotate.c498 psb_surface = obj_surface->scaling_surface; in psb_CreateScalingSurface()
529 obj_surface->scaling_surface = NULL; in psb_CreateScalingSurface()
543 obj_surface->scaling_surface = psb_surface; in psb_CreateScalingSurface()
Dtng_vld_dec.c94 out_loop_surface = obj_context->current_render_target->scaling_surface; in vld_dec_setup_alternative_frame()
493 surface_param.src_surface = obj_context->current_render_target->scaling_surface; in vld_dec_yuv_rotate()
Dpsb_drv_video.h553 struct psb_surface_s *scaling_surface; /* Alternative output surface for scaling */ member
Dpsb_drv_video.c605 if (obj_surface->scaling_surface) { in psb__destroy_surface()
606 psb_surface_destroy(obj_surface->scaling_surface); in psb__destroy_surface()
2498 if (obj_surface->scaling_surface) in psb_SyncSurface()
2499 …psb__dump_NV12_buffers(obj_surface->scaling_surface, 0, 0, obj_surface->width_s, obj_surface->heig… in psb_SyncSurface()