Searched refs:pixelformat (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c105 conf.pixelformat = DSPF_YV12;
108 conf.pixelformat = DSPF_I420;
111 conf.pixelformat = DSPF_YUY2;
114 conf.pixelformat = DSPF_UYVY;
H A DSDL_DirectFB_video.c166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1)
167 return dlc.pixelformat;
316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format) argument
321 switch (pixelformat)
359 fprintf (stderr, "SDL_DirectFB: Unsupported pixelformat (0x%08x)!\n", pixelformat);
363 format->BitsPerPixel = DFB_BYTES_PER_PIXEL(pixelformat) * 8;
364 format->BytesPerPixel = DFB_BYTES_PER_PIXEL(pixelformat);
419 /* Query layer configuration to determine the current mode and pixelformat */
423 if (DFBToSDLPixelFormat (dlc.pixelformat, vforma
594 DFBSurfacePixelFormat pixelformat; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c220 vformat->BitsPerPixel = db->buffer.plb.pixelformat->depth;
222 vformat->Rmask = db->buffer.plb.pixelformat->red_mask;
223 vformat->Gmask = db->buffer.plb.pixelformat->green_mask;
224 vformat->Bmask = db->buffer.plb.pixelformat->blue_mask;
/external/qemu/android/camera/
H A Dcamera-capture-linux.c721 arr[out_num].format = fmt_enum.pixelformat;
724 _camera_device_enum_format_sizes(cd, fmt_enum.pixelformat,
731 fmt_enum.pixelformat);
854 fmt.fmt.pix.pixelformat = pixel_format;
1014 return convert_frame(buff, cd->actual_pixel_format.pixelformat,
1043 cd->actual_pixel_format.pixelformat,
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
/external/kernel-headers/original/linux/
H A Dvideodev2.h294 __u32 pixelformat; member in struct:v4l2_pix_format
299 __u32 priv; /* private data, depends on pixelformat */
462 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
2287 * @pixelformat: little endian four character code (fourcc)
2289 * @colorspace: supplemental to pixelformat
2296 __u32 pixelformat; member in struct:v4l2_pix_format_mplane
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc223 format.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV;

Completed in 270 milliseconds