Home
last modified time | relevance | path

Searched refs:yuv (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_kms.c35 .yuv = false,
41 .yuv = false,
47 .yuv = false,
53 .yuv = true,
59 .yuv = true,
65 .yuv = true,
71 .yuv = true,
77 .yuv = true,
83 .yuv = true,
124 if (format->yuv) { in shmob_drm_fb_create()
Dshmob_drm_kms.h25 bool yuv; member
Dshmob_drm_plane.c52 bpp = splane->format->yuv ? 8 : splane->format->bpp; in shmob_drm_plane_compute_base()
57 if (splane->format->yuv) { in shmob_drm_plane_compute_base()
149 if (splane->format->yuv) in __shmob_drm_plane_setup()
Dshmob_drm_crtc.c225 if (format->yuv) in shmob_drm_crtc_start()
312 bpp = scrtc->format->yuv ? 8 : scrtc->format->bpp; in shmob_drm_crtc_compute_base()
317 if (scrtc->format->yuv) { in shmob_drm_crtc_compute_base()
339 if (scrtc->format->yuv) in shmob_drm_crtc_update_base()
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-uncompress.c39 void *yuv, *image; in pwc_decompress() local
45 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */ in pwc_decompress()
57 memcpy(raw_frame+1, yuv, pdev->frame_size); in pwc_decompress()
72 src = (u16 *)yuv; in pwc_decompress()
104 pwc_dec23_decompress(pdev, yuv, image); in pwc_decompress()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c838 struct vpfe_ipipe_rgb2yuv *yuv) in ipipe_set_rgb2ycbcr_regs() argument
844 val = IPIPE_S12Q8(yuv->coef_ry.decimal, yuv->coef_ry.integer); in ipipe_set_rgb2ycbcr_regs()
846 val = IPIPE_S12Q8(yuv->coef_gy.decimal, yuv->coef_gy.integer); in ipipe_set_rgb2ycbcr_regs()
848 val = IPIPE_S12Q8(yuv->coef_by.decimal, yuv->coef_by.integer); in ipipe_set_rgb2ycbcr_regs()
850 val = IPIPE_S12Q8(yuv->coef_rcb.decimal, yuv->coef_rcb.integer); in ipipe_set_rgb2ycbcr_regs()
852 val = IPIPE_S12Q8(yuv->coef_gcb.decimal, yuv->coef_gcb.integer); in ipipe_set_rgb2ycbcr_regs()
854 val = IPIPE_S12Q8(yuv->coef_bcb.decimal, yuv->coef_bcb.integer); in ipipe_set_rgb2ycbcr_regs()
856 val = IPIPE_S12Q8(yuv->coef_rcr.decimal, yuv->coef_rcr.integer); in ipipe_set_rgb2ycbcr_regs()
858 val = IPIPE_S12Q8(yuv->coef_gcr.decimal, yuv->coef_gcr.integer); in ipipe_set_rgb2ycbcr_regs()
860 val = IPIPE_S12Q8(yuv->coef_bcr.decimal, yuv->coef_bcr.integer); in ipipe_set_rgb2ycbcr_regs()
[all …]
Ddm365_ipipe_hw.h539 struct vpfe_ipipe_rgb2yuv *yuv);
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c633 bool yuv; member
641 .yuv = false,
646 .yuv = false,
651 .yuv = false,
656 .yuv = true,
661 .yuv = true,
666 .yuv = true,
671 .yuv = true,
676 .yuv = true,
681 .yuv = true,
[all …]
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_hw.c969 u32 yuv; in OSDSetColor() local
971 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()
972 cl = (yuv & 0xffff); in OSDSetColor()
973 ch = ((yuv >> 16) & 0xffff); in OSDSetColor()
991 u32 color, blend, yuv; in OSDSetPalette() local
996 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
998 yuv = ((yuv & 0xFFFF0000) >> 16) | ((yuv & 0x0000FFFF) << 16); in OSDSetPalette()
999 wdebi(av7110, DEBINOSWAP, DATA_BUFF3_BASE + i * 4, yuv, 4); in OSDSetPalette()
/linux-4.1.27/drivers/media/pci/ivtv/
DMakefile5 ivtv-vbi.o ivtv-yuv.o
/linux-4.1.27/drivers/media/platform/
Darv.c128 static unsigned char yuv[MAX_AR_FRAME_BYTES]; variable
376 py = yuv; in ar_read()
388 if (copy_to_user(buf, yuv, ar->frame_bytes)) { in ar_read()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddc.c237 bool yuv, planar; in tegra_dc_setup_window() local
243 yuv = tegra_dc_format_is_yuv(window->format, &planar); in tegra_dc_setup_window()
244 if (!yuv) in tegra_dc_setup_window()
275 if (yuv && planar) in tegra_dc_setup_window()
295 if (yuv && planar) { in tegra_dc_setup_window()
354 if (yuv) { in tegra_dc_setup_window()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c159 .yuv = 1,
165 .yuv = 1,
171 .yuv = 1,
180 .yuv = 1,
189 .yuv = 1,
743 if (dev->ovfmt->yuv) in start_preview()
800 if (dev->fmt->yuv) in buffer_activate()
Dsaa7134.h120 unsigned int yuv:1; member
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fb.c38 bool yuv; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt313 Contains the colour (in yuv) used to fill the screen when the video is
319 Contains the colour (in yuv) used to fill the video window when the
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt726 host: luvcview -f yuv