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

/hardware/intel/img/psb_video/src/
H A Dpnw_rotate.c456 share_info->width_s = 0;
487 if (obj_surface->width_s != obj_context->scaling_width || obj_surface->height_s != obj_context->scaling_height) {
493 obj_surface->width_s, obj_surface->height_s, obj_context->scaling_width, obj_context->scaling_height);
521 obj_surface->width_s = obj_context->scaling_width;
539 share_info->width_s = obj_surface->width_s;
H A Dtng_ved_scaling.c245 obj_context->current_render_target->width_s, obj_context->current_render_target->height_s);
247 fHorzPitch = obj_context->driver_data->render_rect.width / (float) obj_context->current_render_target->width_s;
H A Dpsb_drv_video.h494 unsigned int width_s; member in struct:psb_surface_share_info_s
518 int width_s; member in struct:object_surface_s
H A Dtng_vld_dec.c494 surface_param.coded_width = obj_context->current_render_target->width_s;
H A Dpsb_drv_video.c2431 psb__dump_NV12_buffers(obj_surface->scaling_surface, 0, 0, obj_surface->width_s, obj_surface->height_s);

Completed in 59 milliseconds