Searched refs:pixel_format (Results 1 - 25 of 37) sorted by relevance

12

/drivers/staging/omapdrm/
H A Domap_fb.c32 uint32_t pixel_format; member in struct:format
71 pixel_formats[nformats++] = formats[i].pixel_format;
104 int i, n = drm_format_num_planes(fb->pixel_format);
186 na = a ? drm_format_num_planes(a->pixel_format) : 0;
187 nb = b ? drm_format_num_planes(b->pixel_format) : 0;
221 if (p >= drm_format_num_planes(fb->pixel_format))
284 int i, n = drm_format_num_planes(fb->pixel_format);
287 (char *)&fb->pixel_format);
305 ret = objects_lookup(dev, file, mode_cmd->pixel_format,
312 int i, n = drm_format_num_planes(mode_cmd->pixel_format);
[all...]
H A Domap_drv.h169 struct drm_file *filp, uint32_t pixel_format,
172 int i, n = drm_format_num_planes(pixel_format);
168 objects_lookup(struct drm_device *dev, struct drm_file *filp, uint32_t pixel_format, struct drm_gem_object **bos, uint32_t *handles) argument
H A Domap_fbdev.c162 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/drivers/media/video/cx25821/
H A Dcx25821.h414 int pixel_format; member in struct:cx25821_dev
423 int pixel_format; member in struct:upstream_user_struct
430 int pixel_format; member in struct:downstream_user_struct
588 int channel_select, int pixel_format);
590 int channel_select, int pixel_format);
H A Dcx25821-video-upstream-ch2.c704 int pixel_format)
741 dev->_pixel_format_ch2 = pixel_format;
703 cx25821_vidupstream_init_ch2(struct cx25821_dev *dev, int channel_select, int pixel_format) argument
H A Dcx25821-video-upstream.c753 int pixel_format)
788 dev->_pixel_format = pixel_format;
828 dev->_pixel_format = pixel_format;
752 cx25821_vidupstream_init_ch1(struct cx25821_dev *dev, int channel_select, int pixel_format) argument
H A Dcx25821-video.c1723 dev->pixel_format = data_from_user->pixel_format;
1763 dev->pixel_format_ch2 = data_from_user->pixel_format;
1803 dev->pixel_format = data_from_user->pixel_format;
1862 pix_format = data_from_user->pixel_format;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c82 int nr = exynos_drm_format_num_buffers(fb->pixel_format);
110 overlay->pixel_format = fb->pixel_format;
H A Dexynos_drm_drv.h90 * @pixel_format: fourcc pixel format of this overlay
121 uint32_t pixel_format; member in struct:exynos_drm_overlay
H A Dexynos_drm_fb.c144 nr = exynos_drm_format_num_buffers(fb->pixel_format);
H A Dexynos_mixer.c50 uint32_t pixel_format; member in struct:hdmi_win_data
367 switch (win_data->pixel_format) {
381 win_data->pixel_format);
656 win_data->pixel_format = overlay->pixel_format;
H A Dexynos_drm_fbdev.c115 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/drivers/media/video/
H A Dtcm825x.h162 enum pixel_format { YUV422 = 0, RGB565 }; enum
H A Dv4l2-ioctl.c2023 (p->pixel_format & 0xff),
2024 (p->pixel_format >> 8) & 0xff,
2025 (p->pixel_format >> 16) & 0xff,
2026 (p->pixel_format >> 24) & 0xff,
2058 p->index, p->pixel_format,
2338 CMDINSIZE(ENUM_FRAMESIZES, frmsizeenum, pixel_format);
H A Dtimblogiw.c460 fsize->index, fsize->pixel_format);
463 (fsize->pixel_format != V4L2_PIX_FMT_UYVY))
H A Dsoc_camera.c1253 __u32 pixfmt = fsize->pixel_format;
1259 /* map xlate-code to pixel_format, sensor only handle xlate-code*/
1260 fsize_mbus.pixel_format = xlate->code;
1267 fsize->pixel_format = pixfmt;
/drivers/gpu/drm/radeon/
H A Dradeon_fb.c119 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/drivers/gpu/drm/i915/
H A Dintel_fb.c82 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
H A Dintel_sprite.c60 switch (fb->pixel_format) {
230 switch (fb->pixel_format) {
/drivers/gpu/drm/gma500/
H A Dframebuffer.c251 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
420 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
/drivers/media/video/pwc/
H A Dpwc-v4l.c1043 if (fsize->pixel_format == V4L2_PIX_FMT_YUV420 ||
1044 (fsize->pixel_format == V4L2_PIX_FMT_PWC1 &&
1046 (fsize->pixel_format == V4L2_PIX_FMT_PWC2 &&
1078 if (size < 0 || fival->pixel_format != V4L2_PIX_FMT_YUV420)
/drivers/gpu/drm/
H A Ddrm_crtc_helper.c869 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
871 fb->pixel_format = mode_cmd->pixel_format;
/drivers/media/video/ivtv/
H A Divtv-ioctl.c1353 static u32 pixel_format[16] = { local
1384 fb->fmt.pixelformat = pixel_format[pixfmt];
1517 static const char * const pixel_format[16] = { local
1547 pixel_format[(data[0] >> 3) & 0xf]);
/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c296 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/drivers/gpu/drm/udl/
H A Dudl_fb.c435 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,

Completed in 1932 milliseconds

12