/external/qemu/distrib/sdl-1.2.15/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 | 305 pixel_format = ChoosePixelFormatARB(this, iAttribs, fAttribs); 307 if ( ( !pixel_format ) && ( this->gl_config.accelerated < 0 ) ) { 309 pixel_format = ChoosePixelFormatARB(this, iAttribs, fAttribs); 312 if ( !pixel_format ) { 313 pixel_format = ChoosePixelFormat(GL_hdc, &GL_pfd); 315 if ( !pixel_format ) { 319 if ( !SetPixelFormat(GL_hdc, pixel_format, &GL_pfd) ) { 333 DescribePixelFormat(GL_hdc, pixel_format, sizeof(GL_pfd), &GL_pfd); 486 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value); 496 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value) [all...] |
/bootable/recovery/minui/ |
graphics.c | 37 #define PIXEL_FORMAT GGL_PIXEL_FORMAT_BGRA_8888 40 #define PIXEL_FORMAT GGL_PIXEL_FORMAT_RGBX_8888 43 #define PIXEL_FORMAT GGL_PIXEL_FORMAT_RGB_565 88 if (PIXEL_FORMAT == GGL_PIXEL_FORMAT_BGRA_8888) { 97 } else if (PIXEL_FORMAT == GGL_PIXEL_FORMAT_RGBX_8888) { 140 fb->format = PIXEL_FORMAT; 156 fb->format = PIXEL_FORMAT; 168 ms->format = PIXEL_FORMAT;
|
/external/qemu/android/camera/ |
camera-format-converters.h | 48 * pixel_format - Defines pixel format for the converting framebuffer.
62 uint32_t pixel_format,
|
camera-capture-windows.c | 81 uint32_t pixel_format; member in struct:WndCameraDevice 231 wcd->pixel_format = V4L2_PIX_FMT_BGR32; 233 wcd->pixel_format = V4L2_PIX_FMT_RGB565; 235 wcd->pixel_format = V4L2_PIX_FMT_BGR24; 238 wcd->pixel_format = wcd->frame_bitmap->bmiHeader.biCompression; 289 uint32_t pixel_format, 490 wcd->pixel_format = V4L2_PIX_FMT_RGB565; 492 wcd->pixel_format = V4L2_PIX_FMT_BGR24; 494 wcd->pixel_format = V4L2_PIX_FMT_BGR32; 504 (const char*)&wcd->pixel_format, wcd->frame_bitmap->bmiHeader.biWidth [all...] |
camera-capture.h | 45 * pixel_format - Defines pixel format for the captured frames. Must be one of 49 * 'pixel_format' parameter. 54 uint32_t pixel_format,
|
camera-service.c | 191 snprintf(tmp, sizeof(tmp), "pix=%d ", ci->pixel_format); 306 (const char*)(&csd->camera_info[csd->camera_count].pixel_format)); 604 uint32_t pixel_format; member in struct:CameraClient 855 if (cc->pixel_format != pix_format ||cc->width != width || 864 __FUNCTION__, cc->device_name, (const char*)&cc->pixel_format, 877 cc->pixel_format = pix_format; 885 switch (cc->pixel_format) { 895 __FUNCTION__, (char*)&cc->pixel_format); 903 if (!has_converter(cc->camera_info->pixel_format, cc->pixel_format) || [all...] |
camera-common.h | 100 uint32_t pixel_format; member in struct:ClientFrameBuffer 130 uint32_t pixel_format; member in struct:CameraInfo
|
camera-capture-mac.m | 273 const uint32_t pixel_format = 285 res = convert_frame(pixels, pixel_format, frame_size, 411 uint32_t pixel_format, 533 cis[0].pixel_format = _QTtoFOURCC(qt_pix_format); 534 if (cis[0].pixel_format == 0) {
|
camera-capture-linux.c | 569 size_enum.pixel_format = fmt; 611 size_enum.pixel_format = fmt; 780 cis->pixel_format = formats[chosen].format; 829 uint32_t pixel_format, 854 fmt.fmt.pix.pixelformat = pixel_format; 856 memcpy(fmt_str, &pixel_format, 4); 866 memcpy(fmt_str, &pixel_format, 4); [all...] |
camera-format-converters.c | [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
WKCAImageQueue.cpp | 87 uint64_t WKCAImageQueue::registerPixelBuffer(void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, uint32_t pixel_format, CFDictionaryRef attachments, uint32_t flags) 89 return wkCAImageQueueRegisterPixelBuffer(m_private->m_imageQueue.get(), data, data_size, rowbytes, width, height, pixel_format, attachments, flags);
|
WKCAImageQueue.h | 75 uint64_t registerPixelBuffer(void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, uint32_t pixel_format, CFDictionaryRef attachments, uint32_t flags);
|
/external/qemu/hw/ |
goldfish_fb.c | 51 int pixel_format; member in struct:goldfish_fb_state 138 int pixel_format; /* HAL pixel format */ member in struct:__anon12504 154 if (s->pixel_format >= 0) { 155 return s->pixel_format; 183 for (nn = 0; fb_configs[nn].pixel_format >= 0; nn++) { 192 s->pixel_format = fbc->pixel_format; 193 return s->pixel_format; 207 if (s->pixel_format < 0) { 665 /* IMPORTANT: DO NOT COMPUTE s->pixel_format and s->bytes_per_pixe [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarigl.c | 409 SDL_PixelFormat *pixel_format; local 425 pixel_format = current->format; 426 redmask = pixel_format->Rmask; 427 switch (pixel_format->BitsPerPixel) { 517 SDL_PixelFormat *pixel_format; local 540 pixel_format = current->format; 541 redmask = pixel_format->Rmask; 542 switch (pixel_format->BitsPerPixel) {
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 103 }pixel_format; typedef in typeref:struct:pixel_format_t
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 88 public static final int PIXEL_FORMAT = GLES20.GL_RGB; 89 public static final int PIXEL_TYPE = PIXEL_FORMAT == GLES20.GL_RGBA 92 PIXEL_FORMAT == GLES20.GL_RGBA ? 4 : 2; 94 = PIXEL_FORMAT == GLES20.GL_RGBA ? true : false; 435 VideoDumpConfig.PIXEL_FORMAT,
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 79 int pixel_format, 84 size.pixel_format = pixel_format;
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
WebKitSystemInterface.h | 150 uint64_t wkCAImageQueueRegisterPixelBuffer(CAImageQueueRef iq, void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDictionaryRef attachments, uint32_t flags);
|
/development/tools/emulator/system/camera/ |
QemuClient.cpp | 472 status_t CameraQemuClient::queryStart(uint32_t pixel_format, 480 mQueryStart, width, height, pixel_format);
|
QemuClient.h | 382 * pixel_format - Pixel format that is used by the client to push video 388 status_t queryStart(uint32_t pixel_format, int width, int height);
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/gcc/linux-x86/host/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...] |