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 456 obj_surface->width_r = obj_surface->width;
698 obj_surface->width_r = width;
715 unsigned long msvdx_tile = psb__tile_stride_log2_256(obj_surface->width_r);
735 share_info->width_r = rotate_surface->stride;
psb_surface_attrib.c 348 obj_surface->width_r = width;
487 obj_surface->width_r = width;
589 obj_surface->width_r = attribute_tpi->width;
712 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 485 int width_r; member in struct:psb_surface_share_info_s
542 int width_r; member in struct:object_surface_s
psb_drv_video.c 897 obj_surface->width_r = width;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 167 obj_surface->width_r = width;
327 obj_surface->width_r = width;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 268 surface_width = obj_surface->width_r;

Completed in 714 milliseconds