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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 115 uint32_t s_input_line_length; // precalculated: input_width * fb_pixel_size member in struct:SDL_PrivateVideoData
152 #define s_input_line_length (this->hidden->s_input_line_length) macro
SDL_ps3video.c 299 s_input_line_length = width * s_fb_pixel_size;
375 fb_parms->in_line_stride = s_input_line_length;

Completed in 67 milliseconds