/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_kms.c | 34 .yuv = false, 39 .yuv = false, 44 .yuv = false, 49 .yuv = true, 54 .yuv = true, 59 .yuv = true, 64 .yuv = true, 69 .yuv = true, 74 .yuv = true, 114 if (format->yuv) { in shmob_drm_fb_create()
|
D | shmob_drm_plane.c | 50 bpp = splane->format->yuv ? 8 : splane->format->bpp; in shmob_drm_plane_compute_base() 55 if (splane->format->yuv) { in shmob_drm_plane_compute_base() 147 if (splane->format->yuv) in __shmob_drm_plane_setup()
|
D | shmob_drm_kms.h | 25 bool yuv; member
|
D | shmob_drm_crtc.c | 215 if (format->yuv) in shmob_drm_crtc_start() 295 bpp = scrtc->format->yuv ? 8 : scrtc->format->bpp; in shmob_drm_crtc_compute_base() 300 if (scrtc->format->yuv) { in shmob_drm_crtc_compute_base() 317 if (scrtc->format->yuv) in shmob_drm_crtc_update_base()
|
/Linux-v4.19/drivers/media/usb/pwc/ |
D | pwc-uncompress.c | 39 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-v4.19/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 835 struct vpfe_ipipe_rgb2yuv *yuv) in ipipe_set_rgb2ycbcr_regs() argument 841 val = IPIPE_S12Q8(yuv->coef_ry.decimal, yuv->coef_ry.integer); in ipipe_set_rgb2ycbcr_regs() 843 val = IPIPE_S12Q8(yuv->coef_gy.decimal, yuv->coef_gy.integer); in ipipe_set_rgb2ycbcr_regs() 845 val = IPIPE_S12Q8(yuv->coef_by.decimal, yuv->coef_by.integer); in ipipe_set_rgb2ycbcr_regs() 847 val = IPIPE_S12Q8(yuv->coef_rcb.decimal, yuv->coef_rcb.integer); in ipipe_set_rgb2ycbcr_regs() 849 val = IPIPE_S12Q8(yuv->coef_gcb.decimal, yuv->coef_gcb.integer); in ipipe_set_rgb2ycbcr_regs() 851 val = IPIPE_S12Q8(yuv->coef_bcb.decimal, yuv->coef_bcb.integer); in ipipe_set_rgb2ycbcr_regs() 853 val = IPIPE_S12Q8(yuv->coef_rcr.decimal, yuv->coef_rcr.integer); in ipipe_set_rgb2ycbcr_regs() 855 val = IPIPE_S12Q8(yuv->coef_gcr.decimal, yuv->coef_gcr.integer); in ipipe_set_rgb2ycbcr_regs() 857 val = IPIPE_S12Q8(yuv->coef_bcr.decimal, yuv->coef_bcr.integer); in ipipe_set_rgb2ycbcr_regs() [all …]
|
D | dm365_ipipe_hw.h | 540 struct vpfe_ipipe_rgb2yuv *yuv);
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 627 bool yuv; member 635 .yuv = false, 640 .yuv = false, 645 .yuv = false, 650 .yuv = true, 655 .yuv = true, 660 .yuv = true, 665 .yuv = true, 670 .yuv = true, 675 .yuv = true, [all …]
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/ |
D | mdp_format.c | 74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument 87 .is_yuv = yuv, \
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 962 u32 yuv; in OSDSetColor() local 964 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor() 965 cl = (yuv & 0xffff); in OSDSetColor() 966 ch = ((yuv >> 16) & 0xffff); in OSDSetColor() 984 u32 color, blend, yuv; in OSDSetPalette() local 989 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 991 yuv = ((yuv & 0xFFFF0000) >> 16) | ((yuv & 0x0000FFFF) << 16); in OSDSetPalette() 992 wdebi(av7110, DEBINOSWAP, DATA_BUFF3_BASE + i * 4, yuv, 4); in OSDSetPalette()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-packed-yuv.rst | 3 .. _packed-yuv: 22 .. _packed-yuv-formats:
|
D | pixfmt.rst | 27 yuv-formats
|
D | yuv-formats.rst | 27 pixfmt-packed-yuv
|
D | pixfmt-v4l2.rst | 41 :ref:`yuv-formats`, and reserved codes in
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | Makefile | 6 ivtv-vbi.o ivtv-yuv.o
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 707 bool yuv = format->is_yuv; in get_scale_config() local 712 if (yuv) { in get_scale_config() 724 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEX_FILTER_COMP_1_2(uv_filter)); in get_scale_config() 729 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEY_FILTER_COMP_1_2(uv_filter)); in get_scale_config()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 157 .yuv = 1, 163 .yuv = 1, 169 .yuv = 1, 178 .yuv = 1, 187 .yuv = 1, 742 if (dev->ovfmt->yuv) in start_preview() 856 if (dev->fmt->yuv) in buffer_activate()
|
D | saa7134.h | 118 unsigned int yuv:1; member
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | dc.c | 339 bool yuv, planar; in tegra_dc_setup_window() local 346 yuv = tegra_plane_format_is_yuv(window->format, &planar); in tegra_dc_setup_window() 347 if (!yuv) in tegra_dc_setup_window() 373 if (yuv && planar) in tegra_dc_setup_window() 393 if (yuv && planar) { in tegra_dc_setup_window() 452 if (yuv) { in tegra_dc_setup_window()
|
/Linux-v4.19/Documentation/usb/ |
D | gadget-testing.txt | 730 host: luvcview -f yuv
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 3082 Contains the colour (in yuv) used to fill the screen when the video is 3088 Contains the colour (in yuv) used to fill the video window when the
|