mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
lib/libcoolstream2/cnxtfb.h: header update, no u8 type used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4130c04d16
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-13 (Wed, 13 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -76,7 +76,10 @@ typedef enum
|
|||||||
CNXTFB_1080P_50,
|
CNXTFB_1080P_50,
|
||||||
CNXTFB_1080P_24,
|
CNXTFB_1080P_24,
|
||||||
CNXTFB_1080P_25,
|
CNXTFB_1080P_25,
|
||||||
CNXTFB_DISPLAY_MODE_LAST = CNXTFB_1080P_25,
|
CNXTFB_1080P_30,
|
||||||
|
CNXTFB_1080P_2397,
|
||||||
|
CNXTFB_1080P_2997,
|
||||||
|
CNXTFB_DISPLAY_MODE_LAST = CNXTFB_1080P_2997,
|
||||||
} cnxtfb_displaymode;
|
} cnxtfb_displaymode;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
@@ -110,18 +113,18 @@ typedef enum
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
u8 uRed;
|
unsigned char uRed;
|
||||||
u8 uGreen;
|
unsigned char uGreen;
|
||||||
u8 uBlue;
|
unsigned char uBlue;
|
||||||
u8 uAlpha;
|
unsigned char uAlpha;
|
||||||
} CNXTFB_RGB_COLOR;
|
} CNXTFB_RGB_COLOR;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
u8 uY;
|
unsigned char uY;
|
||||||
u8 uCb;
|
unsigned char uCb;
|
||||||
u8 uCr;
|
unsigned char uCr;
|
||||||
u8 uAlpha;
|
unsigned char uAlpha;
|
||||||
} CNXTFB_YCC_COLOR;
|
} CNXTFB_YCC_COLOR;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
@@ -212,6 +215,7 @@ extern void cnxtfb_register_evnt_clbk(cnxtfb_notify pfnotify);
|
|||||||
|
|
||||||
#ifdef FB_TEST_HW_ACCELERATION
|
#ifdef FB_TEST_HW_ACCELERATION
|
||||||
#define FBIO_JPEG_RENDER 0x4633
|
#define FBIO_JPEG_RENDER 0x4633
|
||||||
|
#define FBIO_SYNC_DRAW_OP 0x4641
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FBIO_SCALE_SD_OSD 0x4634
|
#define FBIO_SCALE_SD_OSD 0x4634
|
||||||
|
Reference in New Issue
Block a user