[utils]: Fix error on RGB color fill

Change-Id: I5b7768e410135910d5c20994c84629678cd37524
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-09-29 15:26:36 +08:00
parent 96aad17638
commit 51d01e0069
2 changed files with 253 additions and 82 deletions

View File

@@ -186,6 +186,7 @@ typedef enum {
#define MPP_FRAME_FMT_IS_FBC(fmt) (fmt & MPP_FRAME_FBC_MASK)
#define MPP_FRAME_FMT_IS_LE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == MPP_FRAME_FMT_LE_MASK)
#define MPP_FRAME_FMT_IS_BE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == 0)
/* mpp color format index definition */
typedef enum {