Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_rotate.c456 share_info->width_s = 0; in clearScalingInfo()
487 …if (obj_surface->width_s != obj_context->scaling_width || obj_surface->height_s != obj_context->sc… in psb_CreateScalingSurface()
493 …obj_surface->width_s, obj_surface->height_s, obj_context->scaling_width, obj_context->scaling_heig… in psb_CreateScalingSurface()
521 obj_surface->width_s = obj_context->scaling_width; in psb_CreateScalingSurface()
539 share_info->width_s = obj_surface->width_s; in psb_CreateScalingSurface()
Dtng_ved_scaling.c245 obj_context->current_render_target->width_s, obj_context->current_render_target->height_s); in tng_calculate_scaler_coff_reg()
247 … obj_context->driver_data->render_rect.width / (float) obj_context->current_render_target->width_s; in tng_calculate_scaler_coff_reg()
Dpsb_drv_video.h498 unsigned int width_s; member
521 int width_s; member
Dtng_vld_dec.c494 surface_param.coded_width = obj_context->current_render_target->width_s; in vld_dec_yuv_rotate()
Dpsb_drv_video.c2404 …psb__dump_NV12_buffers(obj_surface->scaling_surface, 0, 0, obj_surface->width_s, obj_surface->heig… in psb_SyncSurface()