HomeSort by relevance Sort by last modified time
    Searched full:pixel_format (Results 1 - 11 of 11) 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) {
  /device/samsung/crespo/libcamera/
SecCamera.h 300 int setPreviewSize(int width, int height, int pixel_format);
309 int setSnapshotPixelFormat(int pixel_format);
315 int width, int height, int pixel_format);
SecCamera.cpp 1113 int SecCamera::setPreviewSize(int width, int height, int pixel_format)
1115 LOGV("%s(width(%d), height(%d), format(%d))", __func__, width, height, pixel_format);
1117 int v4lpixelformat = pixel_format;
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [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...]
  /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...]
  /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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 365 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum
396 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum
    [all...]

Completed in 474 milliseconds