Home
last modified time | relevance | path

Searched full:422 (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_fb.c44 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create()
45 FMT(UYVY, 422PACK, CFG_YUV2RGB); in armada_framebuffer_create()
46 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
47 FMT(YVYU, 422PACK, CFG_YUV2RGB | CFG_SWAPYU); in armada_framebuffer_create()
48 FMT(YUV422, 422, CFG_YUV2RGB); in armada_framebuffer_create()
49 FMT(YVU422, 422, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
Darmada_fb.c43 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create()
44 FMT(UYVY, 422PACK, CFG_YUV2RGB); in armada_framebuffer_create()
45 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
46 FMT(YVYU, 422PACK, CFG_YUV2RGB | CFG_SWAPYU); in armada_framebuffer_create()
47 FMT(YUV422, 422, CFG_YUV2RGB); in armada_framebuffer_create()
48 FMT(YVU422, 422, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_frame_format.h56 IA_CSS_FRAME_FORMAT_NV16, /** 16 bit YUV 422, Y, UV plane */
58 IA_CSS_FRAME_FORMAT_NV61, /** 16 bit YUV 422, Y, VU plane */
60 IA_CSS_FRAME_FORMAT_YV16, /** 16 bit YUV 422, Y, V, U plane */
63 IA_CSS_FRAME_FORMAT_YUV422, /** 16 bit YUV 422, Y, U, V plane */
65 IA_CSS_FRAME_FORMAT_UYVY, /** 16 bit YUV 422, UYVY interleaved */
66 IA_CSS_FRAME_FORMAT_YUYV, /** 16 bit YUV 422, YUYV interleaved */
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dia_css_frame_format.h56 IA_CSS_FRAME_FORMAT_NV16, /** 16 bit YUV 422, Y, UV plane */
58 IA_CSS_FRAME_FORMAT_NV61, /** 16 bit YUV 422, Y, VU plane */
60 IA_CSS_FRAME_FORMAT_YV16, /** 16 bit YUV 422, Y, V, U plane */
63 IA_CSS_FRAME_FORMAT_YUV422, /** 16 bit YUV 422, Y, U, V plane */
65 IA_CSS_FRAME_FORMAT_UYVY, /** 16 bit YUV 422, UYVY interleaved */
66 IA_CSS_FRAME_FORMAT_YUYV, /** 16 bit YUV 422, YUYV interleaved */
/kernel/linux/linux-6.6/Documentation/gpu/
Dafbc.rst178 - 8-bit per component YCbCr 422, single plane
185 - 8-bit per component YCbCr 422, two plane
193 - 10-bit per component YCbCr 422, single plane
200 - 10-bit per component YCbCr 422, two plane
/kernel/linux/linux-5.10/Documentation/gpu/
Dafbc.rst178 - 8-bit per component YCbCr 422, single plane
185 - 8-bit per component YCbCr 422, two plane
193 - 10-bit per component YCbCr 422, single plane
200 - 10-bit per component YCbCr 422, two plane
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc.h57 CM_444, /* 444 YUV or simple 422 */
58 CM_422, /* native 422 */
Drc_calc.c47 int mode = MODE_SELECT(444, 422, 420); in get_qp_set()
62 TABLE_CASE(422, 8, max); in get_qp_set()
63 TABLE_CASE(422, 8, min); in get_qp_set()
64 TABLE_CASE(422, 10, max); in get_qp_set()
65 TABLE_CASE(422, 10, min); in get_qp_set()
66 TABLE_CASE(422, 12, max); in get_qp_set()
67 TABLE_CASE(422, 12, min); in get_qp_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/
Drc_calc_fpu.h58 CM_444, /* 444 YUV or simple 422 */
59 CM_422, /* native 422 */
Drc_calc_fpu.c67 int mode = MODE_SELECT(444, 422, 420); in get_qp_set()
82 TABLE_CASE(422, 8, max); in get_qp_set()
83 TABLE_CASE(422, 8, min); in get_qp_set()
84 TABLE_CASE(422, 10, max); in get_qp_set()
85 TABLE_CASE(422, 10, min); in get_qp_set()
86 TABLE_CASE(422, 12, max); in get_qp_set()
87 TABLE_CASE(422, 12, min); in get_qp_set()
/kernel/linux/linux-6.6/drivers/usb/serial/
DKconfig419 - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub
420 - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with
425 - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub
426 - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with
431 - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub
435 - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
Dio_edgeport.h35 __u32 IsRS422 :1; /* Set if RS-422 ports exist */
/kernel/linux/linux-5.10/drivers/usb/serial/
DKconfig419 - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub
420 - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with
425 - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub
426 - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with
431 - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub
435 - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-is-errno.c39 return "ERROR_OTF_INPUT_FORMAT: Invalid format (DRC: YUV444, FD: YUV444, 422, 420)"; in fimc_is_param_strerr()
51 return "ERROR_DMA_INPUT_FORMAT: Invalid format (DRC: YUV444 or YUV422, FD: YUV444,422,420)"; in fimc_is_param_strerr()
Dfimc-is-errno.h137 /* invalid format (DRC: YUV444, FD: YUV444, 422, 420) */
153 /* invalid format (DRC: YUV444 or YUV422, FD: YUV444, 422, 420) */
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
Dfimc-is-errno.c39 return "ERROR_OTF_INPUT_FORMAT: Invalid format (DRC: YUV444, FD: YUV444, 422, 420)"; in fimc_is_param_strerr()
51 return "ERROR_DMA_INPUT_FORMAT: Invalid format (DRC: YUV444 or YUV422, FD: YUV444,422,420)"; in fimc_is_param_strerr()
Dfimc-is-errno.h137 /* invalid format (DRC: YUV444, FD: YUV444, 422, 420) */
153 /* invalid format (DRC: YUV444 or YUV422, FD: YUV444, 422, 420) */
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dffb.c79 #define FFB_DFB422A_VOFF 0x07004000 /* DFB 422 mode write to A */
80 #define FFB_DFB422AD_VOFF 0x07804000 /* DFB 422 mode with line doubling */
82 #define FFB_DFB422B_VOFF 0x09004000 /* DFB 422 mode write to B */
83 #define FFB_DFB422BD_VOFF 0x09804000 /* DFB 422 mode with line doubling */
86 #define FFB_SFB422_VOFF 0x0ac04000 /* SFB 422 mode write to A/B */
87 #define FFB_SFB422D_VOFF 0x0b404000 /* SFB 422 mode with line doubling */
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dffb.c78 #define FFB_DFB422A_VOFF 0x07004000 /* DFB 422 mode write to A */
79 #define FFB_DFB422AD_VOFF 0x07804000 /* DFB 422 mode with line doubling */
81 #define FFB_DFB422B_VOFF 0x09004000 /* DFB 422 mode write to B */
82 #define FFB_DFB422BD_VOFF 0x09804000 /* DFB 422 mode with line doubling */
85 #define FFB_SFB422_VOFF 0x0ac04000 /* SFB 422 mode write to A/B */
86 #define FFB_SFB422D_VOFF 0x0b404000 /* SFB 422 mode with line doubling */
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Drw.rst29 $ dd if=/dev/video of=myimage.422 bs=202752 count=1
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Drw.rst29 $ dd if=/dev/video of=myimage.422 bs=202752 count=1
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_opp.c347 * the 422 horizontal chroma sub-sample filter. in opp2_program_left_edge_extra_pixel()
348 * Note that when left edge pixel is not "0", fmt pixel encoding can be in either 420 or 422 mode in opp2_program_left_edge_extra_pixel()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_opp.c336 * the 422 horizontal chroma sub-sample filter. in opp2_program_left_edge_extra_pixel()
337 * Note that when left edge pixel is not "0", fmt pixel encoding can be in either 420 or 422 mode in opp2_program_left_edge_extra_pixel()
/kernel/linux/linux-6.6/include/uapi/sound/intel/avs/
Dtokens.h67 AVS_TKN_MODCFG_UPDOWN_MIX_COEFF_0_S32 = 422,
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dqcom,mpm.yaml94 <12 422>,

12345678910>>...12