From a2d305a69ab8875d5f64461952dcc6324be6661d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 13 Nov 2013 13:21:20 +0400 Subject: [PATCH] lib/libcoolstream2/cnxtfb.h: header update, no u8 type used Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4130c04d164a18db313693cd993a1dcd01a1b665 Author: [CST] Focus Date: 2013-11-13 (Wed, 13 Nov 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/libcoolstream2/cnxtfb.h | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/lib/libcoolstream2/cnxtfb.h b/lib/libcoolstream2/cnxtfb.h index 1f5b34f70..4a51357a3 100644 --- a/lib/libcoolstream2/cnxtfb.h +++ b/lib/libcoolstream2/cnxtfb.h @@ -76,7 +76,10 @@ typedef enum CNXTFB_1080P_50, CNXTFB_1080P_24, 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; typedef enum @@ -110,18 +113,18 @@ typedef enum typedef struct { - u8 uRed; - u8 uGreen; - u8 uBlue; - u8 uAlpha; + unsigned char uRed; + unsigned char uGreen; + unsigned char uBlue; + unsigned char uAlpha; } CNXTFB_RGB_COLOR; typedef struct { - u8 uY; - u8 uCb; - u8 uCr; - u8 uAlpha; + unsigned char uY; + unsigned char uCb; + unsigned char uCr; + unsigned char uAlpha; } CNXTFB_YCC_COLOR; typedef enum @@ -212,6 +215,7 @@ extern void cnxtfb_register_evnt_clbk(cnxtfb_notify pfnotify); #ifdef FB_TEST_HW_ACCELERATION #define FBIO_JPEG_RENDER 0x4633 +#define FBIO_SYNC_DRAW_OP 0x4641 #endif #define FBIO_SCALE_SD_OSD 0x4634