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

  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 369 XPixmapFormatValues *pix_format; local
373 pix_format = XListPixmapFormats(DGA_Display, &num_formats);
374 if ( pix_format == NULL ) {
380 if ( vformat->BitsPerPixel == pix_format[i].depth )
384 vformat->BitsPerPixel = pix_format[i].bits_per_pixel;
385 XFree((char *)pix_format);
  /external/qemu/android/camera/
camera-service.c 800 int width, height, pix_format; local
828 if (get_token_value_int(param, "pix", &pix_format)) {
855 if (cc->pixel_format != pix_format ||cc->width != width ||
865 cc->width, cc->height, (const char*)&pix_format, width, height);
877 cc->pixel_format = pix_format;
    [all...]

Completed in 41 milliseconds