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

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl_c.h 36 int pixel_format; member in struct:SDL_PrivateGLData
62 #define pixel_format (this->gl_data->pixel_format) macro
SDL_wingl.c 299 pixel_format = ChoosePixelFormatARB(this, iAttribs, fAttribs);
300 if ( !pixel_format ) {
301 pixel_format = ChoosePixelFormat(GL_hdc, &GL_pfd);
303 if ( !pixel_format ) {
307 if ( !SetPixelFormat(GL_hdc, pixel_format, &GL_pfd) ) {
321 DescribePixelFormat(GL_hdc, pixel_format, sizeof(GL_pfd), &GL_pfd);
474 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
484 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 411 SDL_PixelFormat *pixel_format; local
427 pixel_format = current->format;
428 redmask = pixel_format->Rmask;
429 switch (pixel_format->BitsPerPixel) {
519 SDL_PixelFormat *pixel_format; local
542 pixel_format = current->format;
543 redmask = pixel_format->Rmask;
544 switch (pixel_format->BitsPerPixel) {
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /device/samsung/crespo/libcamera/
SecCamera.h 334 int setPreviewSize(int width, int height, int pixel_format);
343 int setSnapshotPixelFormat(int pixel_format);
349 int width, int height, int pixel_format);
SecCamera.cpp     [all...]
  /bionic/libc/kernel/common/linux/
videodev2.h 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum
288 __u32 pixel_format; member in struct:v4l2_frmivalenum
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 392 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum
420 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum
288 __u32 pixel_format; member in struct:v4l2_frmivalenum
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 263 __u32 pixel_format; member in struct:v4l2_frmsizeenum
288 __u32 pixel_format; member in struct:v4l2_frmivalenum
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 271 milliseconds