| /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/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 540 bool yuv; member 548 .yuv = false, 553 .yuv = false, 558 .yuv = false, 563 .yuv = true, 568 .yuv = true, 573 .yuv = true, 578 .yuv = true, 583 .yuv = true, 588 .yuv = true, [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | yuv-formats.rst | 268 pixfmt-packed-yuv 269 pixfmt-yuv-planar 270 pixfmt-yuv-luma
|
| H A D | pixfmt.rst | 29 yuv-formats
|
| H A D | pixfmt-m420.rst | 71 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
| H A D | pixfmt-packed-yuv.rst | 4 .. _packed-yuv: 419 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>` 482 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
| H A D | pixfmt-yuv-planar.rst | 4 .. planar-yuv: 230 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>` 1082 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
|
| H A D | pixfmt-v4l2.rst | 52 :ref:`yuv-formats`, and reserved codes in
|
| /linux/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 549 frame_init_plane(&frame->planes.yuv.y, y_width, y_stride, y_height, 0); in frame_init_yuv_planes() 551 frame_init_plane(&frame->planes.yuv.v, uv_width, uv_stride, in frame_init_yuv_planes() 553 frame_init_plane(&frame->planes.yuv.u, uv_width, uv_stride, in frame_init_yuv_planes() 556 frame_init_plane(&frame->planes.yuv.u, uv_width, uv_stride, in frame_init_yuv_planes() 558 frame_init_plane(&frame->planes.yuv.v, uv_width, uv_stride, in frame_init_yuv_planes()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | Makefile | 6 ivtv-vbi.o ivtv-yuv.o
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 620 bool yuv = MSM_FORMAT_IS_YUV(format); in get_scale_config() local 621 bool scaling = yuv ? true : (src != dst); in get_scale_config() 628 if (yuv) { in get_scale_config() 639 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEX_FILTER_COMP_1_2(uv_filter)); in get_scale_config() 644 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 | 547 bool yuv; in tegra_shared_plane_atomic_update() local 565 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc); in tegra_shared_plane_atomic_update() 666 if (yuv && planes > 1) { in tegra_shared_plane_atomic_update() 697 if (yuv) { in tegra_shared_plane_atomic_update()
|
| H A D | dc.c | 354 bool yuv; in tegra_dc_setup_window() local 360 yuv = tegra_plane_format_is_yuv(window->format, &planes, NULL); in tegra_dc_setup_window() 361 if (!yuv) in tegra_dc_setup_window() 393 if (yuv && planes > 1) in tegra_dc_setup_window() 413 if (yuv && planes > 1) { in tegra_dc_setup_window() 472 if (yuv) { in tegra_dc_setup_window()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 817 if (reqs->yuv && !hw_sspp->cap->sblk->csc_blk.len) in dpu_rm_try_sspp() 845 if (!reqs->scale && !reqs->yuv) in dpu_rm_reserve_sspp() 847 if (!hw_sspp && !reqs->yuv) in dpu_rm_reserve_sspp()
|
| H A D | dpu_plane.c | 1271 reqs.yuv = MSM_FORMAT_IS_YUV(fmt); in dpu_plane_virtual_assign_resources()
|
| /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.
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css.c | 963 frame_sp->planes.yuv.u.offset = css_queue_vf->width_pad * in imgu_css_pipeline_init() 965 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
|