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

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 373 XPixmapFormatValues *pix_format; local
377 pix_format = XListPixmapFormats(DGA_Display, &num_formats);
378 if ( pix_format == NULL ) {
384 if ( vformat->BitsPerPixel == pix_format[i].depth )
388 vformat->BitsPerPixel = pix_format[i].bits_per_pixel;
389 XFree((char *)pix_format);
  /external/qemu/android/camera/
camera-service.c 985 int width, height, pix_format; local
    [all...]

Completed in 1573 milliseconds