HardwareBuffer.YcbcrP010 Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.
Format 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
Valeur de champ
Value = 54Implémente
- Attributs
Remarques
Format Android YUV P010.
P010 est un format semi-plan semi-plan YCbCr 4:2:0 composé d’un plan Y WxH suivi d’un plan CbCr Wx(H/2). Chaque échantillon est représenté par une valeur 16 bits little-endian, avec les 6 bits inférieurs définis sur zéro.
Documentation Java pour android.hardware.HardwareBuffer.YCBCR_P010
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.