| /openbmc/u-boot/board/freescale/ls1021atwr/ |
| H A D | dcu.c | 31 unsigned int pixel_format; in platform_dcu_init() local 42 pixel_format = 32; in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /openbmc/u-boot/board/freescale/ls1021aiot/ |
| H A D | dcu.c | 31 unsigned int pixel_format; in platform_dcu_init() local 42 pixel_format = 32; in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /openbmc/u-boot/board/freescale/t104xrdb/ |
| H A D | diu.c | 67 u32 pixel_format; in platform_diu_init() local 74 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /openbmc/u-boot/board/freescale/ls1021aqds/ |
| H A D | dcu.c | 47 unsigned int pixel_format; in platform_dcu_init() local 87 pixel_format = 32; in platform_dcu_init() 88 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /openbmc/u-boot/board/gdsys/p1022/ |
| H A D | diu.c | 68 u32 pixel_format; in platform_diu_init() local 70 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /openbmc/u-boot/board/freescale/mpc8610hpcd/ |
| H A D | mpc8610hpcd_diu.c | 44 u32 pixel_format = 0x88883316; in platform_diu_init() local 61 pixel_format = 0x88882317; in platform_diu_init() 69 return fsl_diu_init(xres, yres, pixel_format, gamma_fix); in platform_diu_init()
|
| /openbmc/u-boot/board/freescale/t1040qds/ |
| H A D | diu.c | 72 u32 pixel_format; in platform_diu_init() local 86 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 95 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | efi.c | 69 if (mode->info->pixel_format < EFI_GOT_BITMASK) { in save_vesa_mode() 70 fbinfo = &efi_framebuffer_format_map[mode->info->pixel_format]; in save_vesa_mode() 82 } else if (mode->info->pixel_format == EFI_GOT_BITMASK) { in save_vesa_mode() 103 mode->info->pixel_format); in save_vesa_mode()
|
| H A D | fsl_dcu_fb.c | 243 static int layer_ctrldesc_init(int index, u32 pixel_format) in layer_ctrldesc_init() argument 258 switch (pixel_format) { in layer_ctrldesc_init() 269 printf("unsupported color depth: %u\n", pixel_format); in layer_ctrldesc_init() 298 unsigned int pixel_format) in fsl_dcu_init() argument 355 layer_ctrldesc_init(0, pixel_format); in fsl_dcu_init()
|
| H A D | fsl_diu_fb.c | 250 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix) in fsl_diu_init() argument 312 ad->pix_fmt = pixel_format; in fsl_diu_init()
|
| /openbmc/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_hob.h | 129 enum pixel_format { enum 141 enum pixel_format pixel_format; member
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_graphics.c | 55 if (ginfo->pixel_format >= pixel_bitmask) { in save_vesa_mode() 57 ginfo->pixel_format); in save_vesa_mode() 60 fbinfo = &fsp_framebuffer_format_map[ginfo->pixel_format]; in save_vesa_mode()
|
| /openbmc/u-boot/include/ |
| H A D | fsl_diu_fb.h | 10 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix);
|
| H A D | fsl_dcu_fb.h | 10 unsigned int pixel_format);
|
| H A D | efi.h | 340 u32 pixel_format; member
|
| H A D | efi_api.h | 1134 u32 pixel_format; member
|
| H A D | ec_commands.h | 4485 uint32_t pixel_format; /* using V4L2_PIX_FMT_ */ member
|
| /openbmc/u-boot/board/freescale/p1022ds/ |
| H A D | diu.c | 87 u32 pixel_format; in platform_diu_init() local 147 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init() 194 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 413 gop->info.pixel_format = EFI_GOT_RGBA8; in do_bootvx()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_gop.c | 484 gopobj->info.pixel_format = EFI_GOT_BGRA8; in efi_gop_register()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2842 - int pixel_format = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ? 2848 - switch (pixel_format) { 6276 + .pixel_format = fcc, 6723 + { "pixel_format", "Pixel format to be used by the decoder", OFFSET(pix_fmt), AV_OPT_TYPE_PIXEL…
|