HomeSort by relevance Sort by last modified time
    Searched refs:pix_format (Results 1 - 3 of 3) 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...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 205 status_t V4LCameraAdapter::v4lSetFormat (int width, int height, uint32_t pix_format) {
222 mVideoInfo->format.fmt.pix.pixelformat = pix_format;
    [all...]

Completed in 627 milliseconds