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

1 2 3

  /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.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-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-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/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...]
  /device/generic/goldfish/camera/
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);
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 101 VideoFrame::Format PixelFormatToVideoFormat(PixelFormat pixel_format);
ffmpeg_common.cc 486 VideoFrame::Format PixelFormatToVideoFormat(PixelFormat pixel_format) {
487 switch (pixel_format) {
499 DVLOG(1) << "Unsupported PixelFormat: " << pixel_format;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 58 enum pixel_format { enum
85 enum pixel_format dithered_pf; /* Pixel format when dithering */
86 enum pixel_format undithered_pf;/* Pixel format when not dithering */
117 enum pixel_format pixelformat;
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 58 enum pixel_format { enum
85 enum pixel_format dithered_pf; /* Pixel format when dithering */
86 enum pixel_format undithered_pf;/* Pixel format when not dithering */
117 enum pixel_format pixelformat;
  /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:__anon27199
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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 116 public void setPreviewFormat(int pixel_format) {
117 previewFormat = pixel_format;
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 135 int pixel_format() const { return pixel_format_; } function in class:gfx::__anon16792::DisplayWGL
244 g_display->pixel_format(),
319 g_display->pixel_format(),
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_video_decoder.cc 24 static cdm::VideoFormat PixelFormatToCdmVideoFormat(PixelFormat pixel_format) {
25 switch (pixel_format) {
29 DVLOG(1) << "Unsupported PixelFormat: " << pixel_format;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 103 }pixel_format; typedef in typeref:struct:pixel_format_t
  /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) {
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 79 int pixel_format,
84 size.pixel_format = pixel_format;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 325 GLuint pixel_format; local
336 pixel_format = choose_pixel_format(visual);
347 switch (pixel_format) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 325 GLuint pixel_format; local
336 pixel_format = choose_pixel_format(visual);
347 switch (pixel_format) {

Completed in 445 milliseconds

1 2 3