HomeSort by relevance Sort by last modified time
    Searched refs:width_r (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_rotate.c 442 obj_surface->width_r = obj_surface->width;
682 obj_surface->width_r = width;
695 unsigned long msvdx_tile = psb__tile_stride_log2_256(obj_surface->width_r);
715 share_info->width_r = rotate_surface->stride;
psb_surface_attrib.c 350 obj_surface->width_r = width;
488 obj_surface->width_r = width;
589 obj_surface->width_r = attribute_tpi->width;
709 obj_surface->width_r = attribute_tpi->width;
psb_overlay.c 873 width = obj_surface->width_r;
896 width = obj_surface->width_r;
967 fwrite(data, 1, obj_surface->width_r, pf);
971 buffer = malloc(obj_surface->height_r * obj_surface->width_r);
980 for (j = 0; j < obj_surface->width_r / 2; j++) {
    [all...]
psb_drv_video.h 467 int width_r; member in struct:psb_surface_share_info_s
519 int width_r; member in struct:object_surface_s
psb_drv_video.c 827 obj_surface->width_r = width;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 158 obj_surface->width_r = width;
316 obj_surface->width_r = width;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 268 surface_width = obj_surface->width_r;

Completed in 90 milliseconds