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

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 852 int i, surf_width; local
856 surf_width=surface->w;
857 if ((surf_width & 15) != 0) {
858 surf_width = (surf_width | 15) + 1;
905 mfdb_src.fd_w=surf_width;
966 int surf_width; local
969 surf_width=surface->w;
970 if ((surf_width & 15) != 0) {
971 surf_width = (surf_width | 15) + 1
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic)
347 src_h_ratio = (float)surf_width / dst_w;
    [all...]

Completed in 75 milliseconds