Home
last modified time | relevance | path

Searched full:yuv444 (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/ps3/
H A Dps3av.c54 #define YUV444 PS3AV_CMD_VIDEO_CS_YUV444_8 macro
70 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_480I, A_N, 720, 480},
71 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_480P, A_N, 720, 480},
72 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_720P_60HZ, A_W, 1280, 720},
73 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_1080I_60HZ, A_W, 1920, 1080},
74 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_1080P_60HZ, A_W, 1920, 1080},
75 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_576I, A_N, 720, 576},
76 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_576P, A_N, 720, 576},
77 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_720P_50HZ, A_W, 1280, 720},
78 {YUV444, XRGB, PS3AV_CMD_VIDEO_VID_1080I_50HZ, A_W, 1920, 1080},
[all …]
/linux/Documentation/fb/
H A Dpxafb.rst108 bpp = 24 -- for YUV444 packed
110 bpp = 24 -- for YUV444 planar
166 - 1 - YUV444 PACKED
167 - 2 - YUV444 PLANAR
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dfsl,imx8qxp-pixel-combiner.yaml15 of modes(bypass, pixel combine, YUV444 to YUV422, split_RGB) configured as
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c22 { "yuv444", LOGICVC_DISPLAY_COLORSPACE_YUV444 },
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-yuv.rst76 * .. _V4L2-PIX-FMT-YUV444:
151 For the YUV444 and YUV555 formats, the value of alpha bits is undefined
/linux/Documentation/devicetree/bindings/display/
H A Dxylon,logicvc-display.yaml88 - yuv444
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-combiner.c56 YUV444, enumerator
/linux/arch/powerpc/include/asm/
H A Dps3av.h389 u8 yuv444; member
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c652 { IPP_SRCDST_FORMAT(YUV444, scaler_5420_one_pixel_limits) },
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c674 * This can be further optimized in the RGB/YUV444 case if the PPF in __vc4_lbm_size()
1469 /* For YUV444 the hardware wants double the width, otherwise it doesn't in vc4_plane_mode_set()
1935 /* for YUV444 hardware wants double the width, otherwise it doesn't in vc6_plane_mode_set()
/linux/drivers/media/i2c/
H A Dtda1997x_regs.h544 #define OF_FMT_444 0L /* RGB444/YUV444 */
H A Dtda1997x.c64 "RGB", "YUV422", "YUV444", "YUV420", "", "", "", "",
77 "RGB444/YUV444", /* RGB/YUV444 16bit data bus, 8bpp */
H A Dov772x.c344 #define YUV444_2_422 0x20 /* YUV444 to 422 UV channel option selection */
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_v2.c752 /* Disable YUV420 downsampling for RGB and YUV444 */ in mtk_hdmi_v2_change_video_resolution()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c974 * The RGB/YUV444 throughput value should be always either equal in intel_dp_dsc_min_slice_count()
1000 * The RGB/YUV444 throughput value should be always either equal in intel_dp_dsc_min_slice_count()
2516 * The RGB/YUV444 throughput value should be always either equal or in dsc_throughput_quirk_max_bpp_x16()