共用方式為


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 屬性授權中所述的詞彙使用。

適用於