mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[vpu_api]: support nv21 format encode
Change-Id: I82af5c70702b759afbce8665ff536c517d164831 Signed-off-by: Hery Xu <hery.xu@rock-chips.com>
This commit is contained in:
@@ -72,7 +72,8 @@ typedef enum {
|
||||
ENC_INPUT_RGB888 = 10, /**< 24-bit RGB */
|
||||
ENC_INPUT_BGR888 = 11, /**< 24-bit RGB */
|
||||
ENC_INPUT_RGB101010 = 12, /**< 30-bit RGB */
|
||||
ENC_INPUT_BGR101010 = 13 /**< 30-bit RGB */
|
||||
ENC_INPUT_BGR101010 = 13, /**< 30-bit RGB */
|
||||
ENC_INPUT_YUV420_SEMIPLANAR_VU = 0X100 /**< YYYY... VUVUVUVU... */
|
||||
} EncInputPictureType;
|
||||
|
||||
typedef enum VPU_API_CMD {
|
||||
|
Reference in New Issue
Block a user