下载
中文
注册

image_format图片格式枚举类型

表1 图像格式类型

内存类型

说明

base.yuv_400

YUV_400 的图像格式。

base.nv12

YUV_SP_420 的图像格式。

base.nv21

YVU_SP_420 的图像格式。

base.yuv_sp_422

YUV_SP_422 的图像格式。

base.yvu_sp_422

YVU_SP_422 的图像格式。

base.yuv_sp_444

YUV_SP_444 的图像格式。

base.yvu_sp_444

YVU_SP_444 的图像格式。

base.yuyv_packed_422

YUYV_PACKED_422 的图像格式。

base.uyvy_packed_422

UYVY_PACKED_422 的图像格式。

base.yvyu_packed_422

YVYU_PACKED_422 的图像格式。

base.vyuy_packed_422

VYUY_PACKED_422 的图像格式。

base.yuv_packed_444

YUV_PACKED_444 的图像格式。

base.bgr

BGR_888的图像格式。

base.rgb

RGB_888的图像格式。

base.argb

ARGB_8888 的图像格式。

base.abgr

ABGR_8888 的图像格式。

base.rgba

RGBA_8888 的图像格式。

base.bgra

BGRA_8888 的图像格式。