HardwareBuffer.YcbcrP210 Campo

Definizione

Attenzione

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

Formato ANDROID YUV P210.

[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

Valore del campo

Value = 60

Implementazioni

Attributi

Commenti

Formato ANDROID YUV P210.

P210 è un formato semiplanare 4:2:2 YCbCr costituito da un piano WxH Y seguito da un piano WxH CbCr. Ogni esempio è rappresentato da un valore little-endian a 16 bit, con i 6 bit inferiori impostati su zero.

per android.hardware.HardwareBuffer.YCBCR_P210.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a