| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_dmi.c | 49 dmi_data[DMI_BOARD_VENDOR] = kern_getenv("smbios.planar.maker"); in linux_dmi_preload() 50 dmi_data[DMI_BOARD_NAME] = kern_getenv("smbios.planar.product"); in linux_dmi_preload() 51 dmi_data[DMI_BOARD_VERSION] = kern_getenv("smbios.planar.version"); in linux_dmi_preload() 52 dmi_data[DMI_BOARD_SERIAL] = kern_getenv("smbios.planar.serial"); in linux_dmi_preload() 53 dmi_data[DMI_BOARD_ASSET_TAG] = kern_getenv("smbios.planar.tag"); in linux_dmi_preload()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tda1997x.txt | 8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4] 9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2] 10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0] 18 - YUV422 semi-planar 12bit per component (24 bits total): Y[11:0] CbCr[11:0] 76 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4] 118 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
|
| H A D | nxp,tda1997x.txt | 8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4] 9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2] 10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0] 18 - YUV422 semi-planar 12bit per component (24 bits total): Y[11:0] CbCr[11:0] 76 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4] 118 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
|
| /freebsd/sys/contrib/v4l/ |
| H A D | videodev.h | 110 #define VIDEO_PALETTE_YUV422P 13 /* YUV 4:2:2 Planar */ 111 #define VIDEO_PALETTE_YUV411P 14 /* YUV 4:1:1 Planar */ 112 #define VIDEO_PALETTE_YUV420P 15 /* YUV 4:2:0 Planar */ 113 #define VIDEO_PALETTE_YUV410P 16 /* YUV 4:1:0 Planar */ 114 #define VIDEO_PALETTE_PLANAR 13 /* start of planar entries */
|
| H A D | videodev2.h | 320 #define V4L2_PIX_FMT_YUV422P v4l2_fourcc('4', '2', '2', 'P') /* 16 YVU422 planar */ 321 #define V4L2_PIX_FMT_YUV411P v4l2_fourcc('4', '1', '1', 'P') /* 16 YVU411 planar */
|
| /freebsd/stand/defaults/ |
| H A D | loader.conf.5 | 180 smbios.system.planar.maker="PLANAR_MAKER" 181 smbios.system.planar.product="PLANAR_PRODUCT" 184 product_vars="smbios.system.planar.maker smbios.system.planar.product smbios.system.product uboot.m…
|
| /freebsd/stand/libsa/ |
| H A D | smbios.c | 446 smbios_setenv("smbios.planar.maker", addr, 0x04); in smbios_parse_table() 447 smbios_setenv("smbios.planar.product", addr, 0x05); in smbios_parse_table() 448 smbios_setenv("smbios.planar.version", addr, 0x06); in smbios_parse_table() 450 smbios_setenv("smbios.planar.serial", addr, 0x07); in smbios_parse_table() 451 smbios_setenv("smbios.planar.tag", addr, 0x08); in smbios_parse_table() 453 smbios_setenv("smbios.planar.location", addr, 0x0a); in smbios_parse_table()
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | auto | 287 sys_mb_maker=$( kenv -q smbios.planar.maker ) 288 f_dprintf "smbios.planar.maker=[%s]" "$sys_mb_maker" 289 sys_mb_product=$( kenv -q smbios.planar.product ) 290 f_dprintf "smbios.planar.product=[%s]" "$sys_mb_product"
|
| /freebsd/share/doc/papers/kerntune/ |
| H A D | 2.t | 80 We cannot assume that a call graph is planar, 81 and even if it is, that we can print a planar version of it.
|
| /freebsd/sys/x86/bios/ |
| H A D | vpd.c | 124 static SYSCTL_NODE(_hw_vpd_serial, OID_AUTO, planar, 225 device_printf(dev, "Box Serial: %.7s, Planar Serial: %.11s\n", in vpd_attach()
|
| /freebsd/share/man/man4/man4.i386/ |
| H A D | vpd.4 | 69 .Pq Va serial.planar
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | cups | 18 >400 lelong 2 ColorOrder=Planar
|
| H A D | riff | 493 >>>>>>>(104.l+132) string/c cpla Weitek 4:2:0 YUV Planar 592 >>>>>>>(104.l+132) string/c y41b YUV 4:1:1 Planar 595 >>>>>>>(104.l+132) string/c y42b YUV 4:2:2 Planar
|
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | present.me | 84 We cannot assume that a call graph is planar, 85 and even if it is, that we can print a planar version of it.
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_os_freebsd.c | 295 hw_vendor = kern_getenv("smbios.planar.maker"); in dmi_found() 296 hw_prod = kern_getenv("smbios.planar.product"); in dmi_found()
|
| H A D | drm_mode.h | 298 * In case of planar formats, this ioctl allows up to 4
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6q-gw54xx.dts | 66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
|
| H A D | imx6qdl-gw551x.dtsi | 415 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | fsl,imx8qxp-dc-blit-engine.yaml | 52 buffers (planar formats) into a single buffer (packed format).
|
| H A D | fsl,imx8qxp-dc-fetchunit.yaml | 57 | | | | Planar to packed |
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_dc.c | 102 bool is_yuv_planar; /* planar YUV mode */ 389 /* Adjust offsets for planar yuv modes */ in dc_setup_window() 1360 * - 128 for YUV planar modes in dc_attach()
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | quirks.c | 426 kenv(KENV_GET, "smbios.planar.maker", board_vendor, LEN); in init_dmi() 427 kenv(KENV_GET, "smbios.planar.product", board_name, LEN); in init_dmi() 428 kenv(KENV_GET, "smbios.planar.version", board_version, LEN); in init_dmi()
|
| /freebsd/sys/dev/fb/ |
| H A D | splash_bmp.c | 263 /* EGA/VGA planar modes */ in bmp_SetPix()
|
| /freebsd/sys/dev/nfe/ |
| H A D | if_nfe.c | 344 m = kern_getenv("smbios.planar.maker"); in nfe_detect_msik9() 345 p = kern_getenv("smbios.planar.product"); in nfe_detect_msik9() 826 maker = kern_getenv("smbios.planar.maker"); in nfe_can_use_msix() 827 product = kern_getenv("smbios.planar.product"); in nfe_can_use_msix()
|
| /freebsd/sys/x86/acpica/ |
| H A D | madt.c | 172 hw_vendor = kern_getenv("smbios.planar.maker"); in madt_x2apic_disable_reason()
|