HomeSort by relevance Sort by last modified time
    Searched refs:color_depth (Results 1 - 11 of 11) sorted by null

  /external/u-boot/include/
vbe.h 20 u8 color_depth; /* color depth in bits per pixel */ member in struct:vbe_screen_info
30 u8 color_depth; member in struct:vbe_screen_info_input
  /external/u-boot/arch/arm/mach-exynos/include/mach/
dp_info.h 60 unsigned int color_depth; member in struct:edp_video_info
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 113 LZWEncoder(int width, int height, byte[] pixels, int color_depth) {
117 initCodeSize = Math.max(2, color_depth);
  /external/u-boot/arch/arm/include/asm/arch-tegra/
dc.h 302 uint color_depth; /* _WIN_COLOR_DEPTH_0 */ member in struct:dc_win_reg
  /external/u-boot/arch/arm/include/asm/arch-rockchip/
edp_rk3288.h 579 enum color_depth { enum
  /external/u-boot/drivers/video/
tegra.c 53 writel(win->fmt, &dc->win.color_depth);
dw_hdmi.c 187 u32 color_depth = 0; local
191 val = ((color_depth << HDMI_VP_PR_CD_COLOR_DEPTH_OFFSET) &
  /external/u-boot/drivers/video/tegra124/
display.c 245 writel(colour_depth, &disp_ctrl->win.color_depth);
  /external/skia/dm/
DM.cpp 1259 static const char* color_depth(SkColorType ct) { function in struct:Task
    [all...]
  /external/u-boot/drivers/video/exynos/
exynos_dp.c 931 priv->video_info.color_depth = fdtdec_get_int(blob, node,
exynos_dp_lowlevel.c 1047 (video_info->color_depth << IN_BPC_SHIFT) |

Completed in 4155 milliseconds