HomeSort by relevance Sort by last modified time
    Searched defs:pixelformat (Results 1 - 18 of 18) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1)
167 return dlc.pixelformat;
316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format)
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, vformat)
594 DFBSurfacePixelFormat pixelformat; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 836 int pixelformat; local
838 if ( (pixelformat = ChoosePixelFormat(hDC, &pfd)) == 0 )
844 if (SetPixelFormat(hDC, pixelformat, &pfd) == FALSE)
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 385 pixel_format pixelformat[] = { variable
1074 pixelformat[previewFormat].pixelFormatDesc) < 0 ) {
1187 params.setPreviewFormat(pixelformat[previewFormat].pixformat);
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 166 OMX_COLOR_FORMATTYPE pixelformat; member in struct:android::CapPixelformat
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
videodev2.h 152 __u32 pixelformat; member in struct:v4l2_pix_format
206 __u32 pixelformat; member in struct:v4l2_fmtdesc
  /bionic/libc/kernel/common/linux/
videodev2.h 158 __u32 pixelformat; member in struct:v4l2_pix_format
235 __u32 pixelformat; member in struct:v4l2_fmtdesc
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 271 __u32 pixelformat; member in struct:v4l2_pix_format
276 __u32 priv; /* private data, depends on pixelformat */
360 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 259 __u32 pixelformat; member in struct:v4l2_pix_format
264 __u32 priv; /* private data, depends on pixelformat */
328 __u32 pixelformat; /* Format fourcc */ member in struct:v4l2_fmtdesc
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 158 __u32 pixelformat; member in struct:v4l2_pix_format
235 __u32 pixelformat; member in struct:v4l2_fmtdesc
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 158 __u32 pixelformat; member in struct:v4l2_pix_format
235 __u32 pixelformat; member in struct:v4l2_fmtdesc
    [all...]

Completed in 561 milliseconds