HardwareBuffer.YcbcrP010 字段

定义

注意

This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.

Android YUV P010 格式。

[Android.Runtime.Register("YCBCR_P010", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)]
public const Android.Hardware.HardwareBufferFormat YcbcrP010 = 54;
[<Android.Runtime.Register("YCBCR_P010", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable YcbcrP010 : Android.Hardware.HardwareBufferFormat

字段值

Value = 54

实现

属性

注解

Android YUV P010 格式。

P010 是一种 4:2:0 YCbCr 半平面格式,由 WxH Y 平面组成,后跟 Wx(H/2) CbCr 平面。 每个样本由 16 位小端值表示,较低的 6 位设置为零。

适用于 . 的 android.hardware.HardwareBuffer.YCBCR_P010Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于