/linux-3.4.99/drivers/staging/omapdrm/ |
D | omap_fb.c | 32 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 …]
|
D | omap_drv.h | 169 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()
|
D | omap_fbdev.c | 162 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
|
/linux-3.4.99/drivers/media/video/cx25821/ |
D | cx25821.h | 414 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);
|
D | cx25821-video-upstream.c | 753 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()
|
D | cx25821-video.c | 1723 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()
|
D | cx25821-video-upstream-ch2.c | 704 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/ |
D | exynos_drm_crtc.c | 82 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()
|
D | exynos_mixer.c | 50 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()
|
D | exynos_drm_drv.h | 121 uint32_t pixel_format; member
|
D | exynos_drm_fb.c | 144 nr = exynos_drm_format_num_buffers(fb->pixel_format); in exynos_user_fb_create()
|
D | exynos_drm_fbdev.c | 115 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/ |
D | eboot.h | 34 int pixel_format; member
|
D | eboot.c | 242 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/ |
D | tcm825x.h | 162 enum pixel_format { YUV422 = 0, RGB565 }; enum
|
D | v4l2-ioctl.c | 2023 (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()
|
D | timblogiw.c | 460 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/ |
D | radeon_fb.c | 119 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/ |
D | pwc-v4l.c | 1043 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/ |
D | drm_crtc_helper.c | 869 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/ |
D | drm_mode.h | 280 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 60 switch (fb->pixel_format) { in ivb_update_plane() 230 switch (fb->pixel_format) { in snb_update_plane()
|
D | intel_fb.c | 82 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_create()
|
/linux-3.4.99/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 251 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/ |
D | ivtv-ioctl.c | 1353 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()
|