Searched defs:pixel_format (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DWKCAImageQueue.cpp87 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) argument
89 return wkCAImageQueueRegisterPixelBuffer(m_private->m_imageQueue.get(), data, data_size, rowbytes, width, height, pixel_format, attachments, flags);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c81 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, wc
288 camera_device_start_capturing(CameraDevice* cd, uint32_t pixel_format, int frame_width, int frame_height) argument
[all...]
H A Dcamera-common.h100 uint32_t pixel_format; member in struct:ClientFrameBuffer
130 uint32_t pixel_format; member in struct:CameraInfo
H A Dcamera-capture-linux.c569 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);
828 camera_device_start_capturing(CameraDevice* ccd, uint32_t pixel_format, int frame_width, int frame_height) argument
H A Dcamera-service.c191 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...]
H A Dcamera-format-converters.c1578 * pixel_format - "fourcc" pixel format to lookup an entry for.
1584 _get_pixel_format_descriptor(uint32_t pixel_format) argument
1588 if (_PIXFormats[f].fourcc_type == pixel_format) {
1593 __FUNCTION__, (const char*)&pixel_format);
1614 uint32_t pixel_format,
1626 const PIXFormat* src_desc = _get_pixel_format_descriptor(pixel_format);
1629 __FUNCTION__, (const char*)&pixel_format);
1639 _get_pixel_format_descriptor(framebuffers[n].pixel_format);
1642 __FUNCTION__, (const char*)&framebuffers[n].pixel_format);
1613 convert_frame(const void* frame, uint32_t pixel_format, size_t framebuffer_size, int width, int height, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c409 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) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl_c.h36 int pixel_format; member in struct:SDL_PrivateGLData
62 #define pixel_format (this->gl_data->pixel_format) macro
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc79 int pixel_format,
84 size.pixel_format = pixel_format;
78 get_best_frame_size(int fd, int pixel_format, int desired_width, int desired_height) argument
/external/qemu/hw/
H A Dgoldfish_fb.c51 int pixel_format; member in struct:goldfish_fb_state
138 int pixel_format; /* HAL pixel format */ member in struct:__anon10959
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 an
[all...]
/external/kernel-headers/original/linux/
H A Dvideodev2.h496 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum
524 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum

Completed in 1980 milliseconds