Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 25 of 42) sorted by relevance

12

/linux-3.4.99/drivers/staging/omapdrm/
Domap_fb.c32 uint32_t pixel_format; member
71 pixel_formats[nformats++] = formats[i].pixel_format; in omap_framebuffer_get_formats()
104 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_destroy()
186 na = a ? drm_format_num_planes(a->pixel_format) : 0; in omap_framebuffer_replace()
187 nb = b ? drm_format_num_planes(b->pixel_format) : 0; in omap_framebuffer_replace()
221 if (p >= drm_format_num_planes(fb->pixel_format)) in omap_framebuffer_bo()
284 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_describe()
287 (char *)&fb->pixel_format); in omap_framebuffer_describe()
305 ret = objects_lookup(dev, file, mode_cmd->pixel_format, in omap_framebuffer_create()
312 int i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
[all …]
Domap_drv.h169 struct drm_file *filp, uint32_t pixel_format, in objects_lookup() argument
172 int i, n = drm_format_num_planes(pixel_format); in objects_lookup()
Domap_fbdev.c162 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/linux-3.4.99/drivers/media/video/cx25821/
Dcx25821.h414 int pixel_format; member
423 int pixel_format; member
430 int pixel_format; member
588 int channel_select, int pixel_format);
590 int channel_select, int pixel_format);
Dcx25821-video-upstream.c753 int pixel_format) in cx25821_vidupstream_init_ch1() argument
788 dev->_pixel_format = pixel_format; in cx25821_vidupstream_init_ch1()
828 dev->_pixel_format = pixel_format; in cx25821_vidupstream_init_ch1()
Dcx25821-video.c1723 dev->pixel_format = data_from_user->pixel_format; in video_ioctl_upstream9()
1763 dev->pixel_format_ch2 = data_from_user->pixel_format; in video_ioctl_upstream10()
1803 dev->pixel_format = data_from_user->pixel_format; in video_ioctl_upstream11()
1862 pix_format = data_from_user->pixel_format; in video_ioctl_set()
Dcx25821-video-upstream-ch2.c704 int pixel_format) in cx25821_vidupstream_init_ch2() argument
741 dev->_pixel_format_ch2 = pixel_format; in cx25821_vidupstream_init_ch2()
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c82 int nr = exynos_drm_format_num_buffers(fb->pixel_format); in exynos_drm_overlay_update()
110 overlay->pixel_format = fb->pixel_format; in exynos_drm_overlay_update()
Dexynos_mixer.c50 uint32_t pixel_format; member
367 switch (win_data->pixel_format) { in vp_video_buffer()
381 win_data->pixel_format); in vp_video_buffer()
656 win_data->pixel_format = overlay->pixel_format; in mixer_win_mode_set()
Dexynos_drm_drv.h121 uint32_t pixel_format; member
Dexynos_drm_fb.c144 nr = exynos_drm_format_num_buffers(fb->pixel_format); in exynos_user_fb_create()
Dexynos_drm_fbdev.c115 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/linux-3.4.99/arch/x86/boot/compressed/
Deboot.h34 int pixel_format; member
Deboot.c242 int pixel_format; in setup_gop() local
288 pixel_format = info->pixel_format; in setup_gop()
316 if (pixel_format == PIXEL_RGB_RESERVED_8BIT_PER_COLOR) { in setup_gop()
327 } else if (pixel_format == PIXEL_BGR_RESERVED_8BIT_PER_COLOR) { in setup_gop()
338 } else if (pixel_format == PIXEL_BIT_MASK) { in setup_gop()
/linux-3.4.99/drivers/media/video/
Dtcm825x.h162 enum pixel_format { YUV422 = 0, RGB565 }; enum
Dv4l2-ioctl.c2023 (p->pixel_format & 0xff), in __video_do_ioctl()
2024 (p->pixel_format >> 8) & 0xff, in __video_do_ioctl()
2025 (p->pixel_format >> 16) & 0xff, in __video_do_ioctl()
2026 (p->pixel_format >> 24) & 0xff, in __video_do_ioctl()
2058 p->index, p->pixel_format, in __video_do_ioctl()
2338 CMDINSIZE(ENUM_FRAMESIZES, frmsizeenum, pixel_format); in cmd_input_size()
Dtimblogiw.c460 fsize->index, fsize->pixel_format); in timblogiw_enum_framesizes()
463 (fsize->pixel_format != V4L2_PIX_FMT_UYVY)) in timblogiw_enum_framesizes()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_fb.c119 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/linux-3.4.99/drivers/media/video/pwc/
Dpwc-v4l.c1043 if (fsize->pixel_format == V4L2_PIX_FMT_YUV420 || in pwc_enum_framesizes()
1044 (fsize->pixel_format == V4L2_PIX_FMT_PWC1 && in pwc_enum_framesizes()
1046 (fsize->pixel_format == V4L2_PIX_FMT_PWC2 && in pwc_enum_framesizes()
1078 if (size < 0 || fival->pixel_format != V4L2_PIX_FMT_YUV420) in pwc_enum_frameintervals()
/linux-3.4.99/drivers/gpu/drm/
Ddrm_crtc_helper.c869 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
871 fb->pixel_format = mode_cmd->pixel_format; in drm_helper_mode_fill_fb_struct()
/linux-3.4.99/include/drm/
Ddrm_mode.h280 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_sprite.c60 switch (fb->pixel_format) { in ivb_update_plane()
230 switch (fb->pixel_format) { in snb_update_plane()
Dintel_fb.c82 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_create()
/linux-3.4.99/drivers/gpu/drm/gma500/
Dframebuffer.c251 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in psb_framebuffer_init()
420 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/linux-3.4.99/drivers/media/video/ivtv/
Divtv-ioctl.c1353 static u32 pixel_format[16] = { in ivtv_g_fbuf() local
1384 fb->fmt.pixelformat = pixel_format[pixfmt]; in ivtv_g_fbuf()
1517 static const char * const pixel_format[16] = { in ivtv_log_status() local
1547 pixel_format[(data[0] >> 3) & 0xf]); in ivtv_log_status()

12