display_type.h

    Display

    Description:

    Declares the types used by the display driver functions.

    Since:

    1.0

    Version:

    1.0

    Enumeration Name

    Description

    Enumerates return values of the functions.

    { LAYER_TYPE_GRAPHIC, , LAYER_TYPE_SDIEBAND, }

    Enumerates layer types.

    PixelFormat { , PIXEL_FMT_RGBA_5658, , PIXEL_FMT_RGBA_4444, , PIXEL_FMT_RGBX_5551, , PIXEL_FMT_RGB_555, , PIXEL_FMT_RGBA_8888, , PIXEL_FMT_BGR_565, , PIXEL_FMT_BGRA_4444, , PIXEL_FMT_BGRA_5551, , PIXEL_FMT_BGRA_8888, , PIXEL_FMT_YCBCR_422_SP, , PIXEL_FMT_YCBCR_420_SP, , PIXEL_FMT_YCBCR_422_P, , PIXEL_FMT_YCBCR_420_P, , PIXEL_FMT_YUYV_422_PKG, , PIXEL_FMT_YVYU_422_PKG, , PIXEL_FMT_BUTT }

    Enumerates pixel formats.

    { ROTATE_NONE = 0, , ROTATE_180, , ROTATE_BUTT }

    Enumerates transform types of images.

    { NORMAL_MEM = 0, , SHM_MEM }

    Enumerates memory types.

    { BLEND_NONE = 0, , BLEND_SRC, , BLEND_DSTOVER, , BLEND_DSTIN, , BLEND_DSTOUT, , BLEND_DSTATOP, , BLEND_XOR, , BLEND_AKS, , BLEND_BUTT }

    Enumerates image blending types.

    { ROP_BLACK = 0, , ROP_MASKNOTPEN, , ROP_MASKPENNOT, , ROP_XORPEN, , ROP_MASKPEN, , ROP_NOP, , ROP_COPYPE, , ROP_MERGEPEN, , ROP_BUTT }

    Enumerates ROP types supported by hardware acceleration.

    { CKEY_NONE = 0, , CKEY_DST, }

    Enumerates color key types supported by hardware acceleration.

    MirrorType { = 0, MIRROR_LR, , MIRROR_BUTT }

    Enumerates mirror types supported by hardware acceleration.

    { INVALID = 0, , DISCONNECTED }

    Enumerates connection types of hot plugging.