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 352 obj_surface->width_r = width;
491 obj_surface->width_r = width;
593 obj_surface->width_r = attribute_tpi->width;
714 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 463 int width_r; member in struct:psb_surface_share_info_s
516 int width_r; member in struct:object_surface_s
psb_drv_video.c 843 obj_surface->width_r = width;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 163 obj_surface->width_r = width;
324 obj_surface->width_r = width;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 268 surface_width = obj_surface->width_r;

Completed in 157 milliseconds