HardwareBuffer.YcbcrP210 Campo

Definición

Precaución

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

Formato YUV P210 de Android.

[Android.Runtime.Register("YCBCR_P210", ApiSince=36)]
[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 YcbcrP210 = 60;
[<Android.Runtime.Register("YCBCR_P210", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable YcbcrP210 : Android.Hardware.HardwareBufferFormat

Valor de campo

Value = 60

Implementaciones

Atributos

Comentarios

Formato YUV P210 de Android.

P210 es un formato semiplanar de 4:2:2 YCbCr compuesto por un plano WxH Y seguido de un plano CbCr WxH. Cada muestra se representa mediante un valor little-endian de 16 bits, con los 6 bits inferiores establecidos en cero.

Java documentación para android.hardware.HardwareBuffer.YCBCR_P210.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a