/linux/drivers/media/usb/pwc/ |
H A D | pwc-uncompress.c | 24 void *yuv, *image; in pwc_decompress() local 30 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */ in pwc_decompress() 42 memcpy(raw_frame->rawframe, yuv, pdev->frame_size); in pwc_decompress() 57 src = (u16 *)yuv; in pwc_decompress() 89 pwc_dec23_decompress(pdev, yuv, image); in pwc_decompress()
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 935 u32 yuv; in OSDSetColor() local 937 yuv = blend ? RGB2YUV(r, g, b) : 0; in OSDSetColor() 938 cl = (yuv & 0xffff); in OSDSetColor() 939 ch = ((yuv >> 16) & 0xffff); in OSDSetColor() 957 u32 color, blend, yuv; in OSDSetPalette() local 962 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 964 yuv = ((yuv & 0xFFFF0000) >> 16) | ((yuv & 0x0000FFFF) << 16); in OSDSetPalette() 965 wdebi(av7110, DEBINOSWAP, DATA_BUFF3_BASE + i * 4, yuv, 4); in OSDSetPalette()
|
/linux/drivers/media/pci/ivtv/ |
H A D | Makefile | 6 ivtv-vbi.o ivtv-yuv.o
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt.rst | 28 yuv-formats
|
H A D | pixfmt-m420.rst | 70 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
H A D | pixfmt-packed-yuv.rst | 3 .. _packed-yuv: 418 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>` 481 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
H A D | pixfmt-yuv-planar.rst | 3 .. planar-yuv: 215 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>` 953 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
H A D | pixfmt-v4l2.rst | 51 :ref:`yuv-formats`, and reserved codes in
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.h | 43 bool yuv; member
|
H A D | dpu_rm.c | 745 if (reqs->yuv && !hw_sspp->cap->sblk->csc_blk.len) in dpu_rm_try_sspp() 773 if (!reqs->scale && !reqs->yuv) in dpu_rm_reserve_sspp()
|
H A D | dpu_plane.c | 1131 reqs.yuv = MSM_FORMAT_IS_YUV(fmt); in dpu_plane_virtual_assign_resources()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 627 bool yuv = MSM_FORMAT_IS_YUV(format); in get_scale_config() local 628 bool scaling = yuv ? true : (src != dst); in get_scale_config() 635 if (yuv) { in get_scale_config() 646 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEX_FILTER_COMP_1_2(uv_filter)); in get_scale_config() 651 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEY_FILTER_COMP_1_2(uv_filter)); in get_scale_config()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | hub.c | 546 bool yuv; in tegra_shared_plane_atomic_update() local 564 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc); in tegra_shared_plane_atomic_update() 665 if (yuv && planes > 1) { in tegra_shared_plane_atomic_update() 696 if (yuv) { in tegra_shared_plane_atomic_update()
|
H A D | dc.c | 353 bool yuv; in tegra_dc_setup_window() local 359 yuv = tegra_plane_format_is_yuv(window->format, &planes, NULL); in tegra_dc_setup_window() 360 if (!yuv) in tegra_dc_setup_window() 392 if (yuv && planes > 1) in tegra_dc_setup_window() 412 if (yuv && planes > 1) { in tegra_dc_setup_window() 471 if (yuv) { in tegra_dc_setup_window()
|
/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-base.c | 566 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local 592 yuv = true; in isc_try_validate_formats() 616 rgb, yuv, grey, bayer); in isc_try_validate_formats() 630 if ((rgb || bayer || yuv) && in isc_try_validate_formats()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 108 unsigned int yuv:1; member
|
/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 129 Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst.
|
H A D | gadget-testing.rst | 881 luvcview -f yuv
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 962 frame_sp->planes.yuv.u.offset = css_queue_vf->width_pad * in imgu_css_pipeline_init() 964 frame_sp->planes.yuv.v.offset = css_queue_vf->width_pad * in imgu_css_pipeline_init()
|
H A D | ipu3-abi.h | 1418 struct imgu_abi_frame_sp_yuv_planes yuv; member
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 3084 Contains the colour (in yuv) used to fill the screen when the video is 3090 Contains the colour (in yuv) used to fill the video window when the
|